From 666716a0f0a6e1d3c5bc95cced3b672a598997b1 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 13 Jul 2012 12:10:01 +0200 Subject: [PATCH] tagdemux: Push a STREAM_START on new caps --- gst-libs/gst/tag/gsttagdemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/tag/gsttagdemux.c b/gst-libs/gst/tag/gsttagdemux.c index 1eead10a15..80695552fa 100644 --- a/gst-libs/gst/tag/gsttagdemux.c +++ b/gst-libs/gst/tag/gsttagdemux.c @@ -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 */