mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
oggdemux: Don't push stream-start in two different locations
This commit is contained in:
parent
c5901cebca
commit
1097102b20
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue