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

ActiveAE: fix caching for streams #4902

Merged
merged 1 commit into from
Jun 15, 2014
Merged

ActiveAE: fix caching for streams #4902

merged 1 commit into from
Jun 15, 2014

Conversation

FernetMenta
Copy link
Contributor

streams not created as PAUSED don't pre-buffer. The flag was not reset which lead to too much data in cache.

@FernetMenta
Copy link
Contributor Author

jenkins build this please

@MartijnKaijser MartijnKaijser added this to the Pending for inclusion milestone Jun 12, 2014
@@ -1243,6 +1243,8 @@ CActiveAEStream* CActiveAE::CreateStream(MsgStreamNew *streamMsg)

if (streamMsg->options & AESTREAM_PAUSED)
stream->m_paused = true;
else
stream->m_streamIsBuffering = false;

This comment was marked as spam.

This comment was marked as spam.

@jmarshallnz
Copy link
Contributor

jenkins build this please

jmarshallnz added a commit that referenced this pull request Jun 15, 2014
ActiveAE: fix caching for streams
@jmarshallnz jmarshallnz merged commit 7744bca into xbmc:master Jun 15, 2014
jmarshallnz added a commit to jmarshallnz/xbmc that referenced this pull request Jun 15, 2014
ActiveAE: fix caching for streams
@FernetMenta FernetMenta deleted the buf branch June 15, 2014 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants