[Bug 769270] decodebin3/playbin3: fix ref handling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 3 15:45:34 UTC 2016


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

Edward Hervey <bilboed at bilboed.com> changed:

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

--- Comment #7 from Edward Hervey <bilboed at bilboed.com> ---
Review of attachment 332279:
 --> (https://bugzilla.gnome.org/review?bug=769270&attachment=332279)

::: gst/playback/gstdecodebin3.c
@@ +631,3 @@
+
+    free_input (dbin, input);
+    dbin->other_inputs = g_list_delete_link (dbin->other_inputs, walk);

or just use g_list_free_full(dbin->other_inputs, free_input) ?

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