From 1097102b20510fe7b7d444745205844cea7ac7c7 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 18 Jul 2012 15:26:40 +0200 Subject: [PATCH] oggdemux: Don't push stream-start in two different locations --- ext/ogg/gstoggdemux.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/ogg/gstoggdemux.c b/ext/ogg/gstoggdemux.c index 5602bd8..17bf0e9 100644 --- a/ext/ogg/gstoggdemux.c +++ b/ext/ogg/gstoggdemux.c @@ -2648,8 +2648,6 @@ gst_ogg_demux_activate_chain (GstOggDemux * ogg, GstOggChain * chain, pad->map.taglist = NULL; } - gst_pad_push_event (GST_PAD (pad), gst_event_new_stream_start ()); - /* Set headers on caps */ pad->map.caps = gst_ogg_demux_set_header_on_caps (ogg, pad->map.caps, pad->map.headers); -- 2.7.4