diff --git a/ext/ffmpeg/gstffmpegdemux.c b/ext/ffmpeg/gstffmpegdemux.c index 77be1da287..313237a324 100644 --- a/ext/ffmpeg/gstffmpegdemux.c +++ b/ext/ffmpeg/gstffmpegdemux.c @@ -1221,7 +1221,7 @@ gst_ffmpegdemux_open (GstFFMpegDemux * demux) GST_INFO_OBJECT (stream->pad, "stream tags: %" GST_PTR_FORMAT, stream->tags); gst_pad_push_event (stream->pad, - gst_event_new_tag (gst_tag_list_copy (stream->tags))); + gst_event_new_tag ("GstDemuxer", gst_tag_list_copy (stream->tags))); } }