[Bug 777009] urisourcebin: Never push actual EOS event to slot

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jan 11 11:36:37 UTC 2017


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

--- Comment #21 from Arun Raghavan <arun at arunraghavan.net> ---
Review of attachment 343145:
 --> (https://bugzilla.gnome.org/review?bug=777009&attachment=343145)

::: gst/playback/gsturisourcebin.c
@@ +1256,3 @@
     slot = g_object_get_data (G_OBJECT (pad), "urisourcebin.slotinfo");
+
+    gst_pad_push_event (slot->srcpad, gst_event_new_eos ());

The code after this checks for whether slot is NULL or not, so either this
should have the corresponding check, or if it can never be NULL, that check can
be removed.

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