update for tag event change
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Jun 2012 11:03:18 +0000 (13:03 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 6 Jun 2012 11:03:18 +0000 (13:03 +0200)
ext/ffmpeg/gstffmpegdemux.c

index 77be1da..313237a 100644 (file)
@@ -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)));
     }
   }