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

bool return value in Inputstream::OpenStream() to allow reset of demuxstreams #12679

Merged
merged 1 commit into from
Aug 16, 2017
Merged

bool return value in Inputstream::OpenStream() to allow reset of demuxstreams #12679

merged 1 commit into from
Aug 16, 2017

Conversation

peak3d
Copy link
Contributor

@peak3d peak3d commented Aug 16, 2017

Description

change void return to bool to allow inputstream addons telling demuxer if streams need to be resetted or not.

Motivation and Context

several "flicker" tickets, wich are originated by inputstream videos where Inputstream reports the wrongstream parameter (e.g. chanelCount)

How Has This Been Tested?

windows10 / force wrong channelcount in DemuxClient.cpp::SetStreamProps().

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@FernetMenta FernetMenta self-requested a review August 16, 2017 07:53
@peak3d peak3d merged commit 09501d4 into xbmc:master Aug 16, 2017
@Rechi Rechi added Component: Binary add-ons Type: Fix non-breaking change which fixes an issue v18 Leia labels Aug 16, 2017
@Rechi Rechi added this to the L 18.0-alpha1 milestone Aug 16, 2017
@peak3d peak3d deleted the openstream branch August 30, 2017 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Binary add-ons Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants