Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented EnableStreamAtPTS to support enabling a separate stream w… #9276

Merged
merged 1 commit into from Mar 6, 2016
Merged

Implemented EnableStreamAtPTS to support enabling a separate stream w… #9276

merged 1 commit into from Mar 6, 2016

Conversation

ghost
Copy link

@ghost ghost commented Mar 5, 2016

…ithout seeking all streams (AudioSettings Change)

This PR enables a much faster switch inbetween Audio streams (language / stereo / dolby) for addons wich have unmuxed (separate) streams.

thanks to @FernetMenta for his patience!

if (STREAM_SOURCE_MASK(current.source) == STREAM_SOURCE_DEMUX)
{
if (!m_pDemuxer)
return false;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@FernetMenta FernetMenta added Type: Improvement non-breaking change which improves existing functionality v17 Krypton Component: Video labels Mar 6, 2016
@FernetMenta
Copy link
Contributor

thanks!
jenkins build this please

@MartijnKaijser
Copy link
Member

needs a rebase

…ithout seeking all streams (AudioSettings Change)
@FernetMenta
Copy link
Contributor

jenkins build this please

FernetMenta added a commit that referenced this pull request Mar 6, 2016
Implemented EnableStreamAtPTS to support enabling a separate stream w…
@FernetMenta FernetMenta merged commit f1599b5 into xbmc:master Mar 6, 2016
@razzeee razzeee added this to the Krypton 17.0-alpha1 milestone Mar 6, 2016
@ghost ghost deleted the inputstream.pts branch March 29, 2016 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Video Type: Improvement non-breaking change which improves existing functionality v17 Krypton
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants