[Bug 705579] Playbin prevents plugins requesting a GstContext to work properly
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Sep 23 00:48:52 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=705579
Matthew Waters <ystreet00 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ystreet00 at gmail.com
--- Comment #7 from Matthew Waters <ystreet00 at gmail.com> ---
Right so I currently have a couple of cases where the context machinery does
not work inside playbin/playsink as it stands currently.
Basically it seems to boil down to the propagation of the GstContext from the
sink in NULL->READY will never reach playsink/playbin as playsink tries to set
the element to ready before adding it to the bin. This also highlights a
problem with GstContext and dynamic pipelines. Adding an element that has
already propagated a GstContext to a bin will fail to re-propagate the
GstContext through the pipeline.
--
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