[Bug 743719] Changing bin state to NULL fails when there is a locked child which is locked

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 30 09:44:23 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743719
  GStreamer | gstreamer (core) | git master

--- Comment #3 from Olivier CrĂȘte <olivier.crete at ocrete.ca> 2015-01-30 17:44:17 UTC ---
I think that code  is there because they should return NO_PREROLL or ASYNC when
going to PAUSED or PLAYING if that was cached, maybe the condition should be

if (! ((ret == NO_PREROLL || ret == ASYNC) && (newstate == PLAYING || newstate
== PAUSED)) ) {
  ret = SUCCESS;
}

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list