[Bug 766064] basesink: deadlock waiting prerolling while pipeline goes to NULL state
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jun 8 08:21:13 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=766064
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #21 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Oh actually the testcase *is* wrong. You're linking elements together that are
not in the same bin, and this only works because you don't have
GST_PAD_LINK_CHECK_HIERARCHY during linking.
This is expected to fail in various interesting ways. You need to use ghostpads
to link elements from different bins together.
--
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