[Bug 766064] basesink: deadlock waiting prerolling while pipeline goes to NULL state

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 8 16:23:15 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766064

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #329386|none                        |reviewed
             status|                            |

--- Comment #31 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 329386
  --> https://bugzilla.gnome.org/attachment.cgi?id=329386
bin: set SINK flag for bin parents when a sink element is added

You probably want to do the same for IS_SOURCE... and probably something is
needed to *unset* the flag again.

That is, if you have a bin A containing a bin B, and B contains a sink C. Then
you want A, B and C to have the IS_SINK flag set. But when C is removed from B,
both A and B shouldn't have it set anymore. I think with the current code, only
B would get the flag removed, right?

-- 
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