[Bug 763491] typefind: behavior has changed on have-type signal, sets pad caps after signal handlers

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 14 14:45:36 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #323868|none                        |needs-work
             status|                            |

--- Comment #26 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 323868:
 --> (https://bugzilla.gnome.org/review?bug=763491&attachment=323868)

This is not enough. Chains can contain groups which contain more chains which
can contain groups ... :) And we need to shut down everything from the very
bottom to the top. Let me send a new patch

::: gst/playback/gstdecodebin2.c
@@ +5178,3 @@
+      GstDecodeElement *delem = tmp->data;
+      GstElement *element = delem->element;
+      l = g_list_append (l, gst_object_ref (element));

prepend()

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