[Bug 668094] dashsink: New sink for DASH
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Mar 15 09:44:09 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=668094
--- Comment #6 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Just a suspiciously C++ commented unref in
gst-libs/gst/baseadaptive/gstbaseadaptivesink.c:
+ if (pad_data->pad != NULL) {
+ //gst_object_unref (pad_data->pad);
+ pad_data->pad = NULL;
+ }
--
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