From e43d1959a866ebcc838424db412095426428a7f5 Mon Sep 17 00:00:00 2001 From: Matej Knopp Date: Mon, 2 Sep 2013 22:54:32 +0200 Subject: mpegdemux: send events on pads that are not linked Someone might be waiting for certain events with a probe. https://bugzilla.gnome.org/show_bug.cgi?id=707317 --- gst/mpegdemux/gstmpegdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mpegdemux') diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c index 2b57d70d1..ec7f47524 100644 --- a/gst/mpegdemux/gstmpegdemux.c +++ b/gst/mpegdemux/gstmpegdemux.c @@ -707,7 +707,7 @@ gst_flups_demux_send_event (GstFluPSDemux * demux, GstEvent * event) for (i = 0; i < count; i++) { GstFluPSStream *stream = demux->streams_found[i]; - if (stream && !stream->notlinked) { + if (stream) { (void) gst_event_ref (event); if (!gst_pad_push_event (stream->pad, event)) { -- cgit v1.2.1