mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
tagdemux: Push a STREAM_START on new caps
This commit is contained in:
parent
dad72182a0
commit
666716a0f0
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ gst_tag_demux_set_src_caps (GstTagDemux * tagdemux, GstCaps * new_caps)
|
|||
GST_DEBUG_OBJECT (tagdemux, "Changing src pad caps to %" GST_PTR_FORMAT,
|
||||
tagdemux->priv->src_caps);
|
||||
|
||||
gst_pad_push_event (tagdemux->priv->srcpad, gst_event_new_stream_start ());
|
||||
gst_pad_set_caps (tagdemux->priv->srcpad, tagdemux->priv->src_caps);
|
||||
} else {
|
||||
/* Caps never changed */
|
||||
|
|
Loading…
Reference in a new issue