summaryrefslogtreecommitdiff
path: root/gst/icydemux
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 13:02:12 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 13:02:12 +0200
commitb5df4f0e621d14474670dc6f5d11a16f61fef9ab (patch)
tree20a73ec5d126b5cbe10cae434dd8cc34601f585b /gst/icydemux
parent37df608fdc11e63d57a2e42ca224620a83df8aff (diff)
downloadgstreamer-plugins-good-b5df4f0e621d14474670dc6f5d11a16f61fef9ab.tar.gz
update for tag event change
Diffstat (limited to 'gst/icydemux')
-rw-r--r--gst/icydemux/gsticydemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c
index 426552926..e72b10414 100644
--- a/gst/icydemux/gsticydemux.c
+++ b/gst/icydemux/gsticydemux.c
@@ -617,7 +617,7 @@ gst_icydemux_send_tag_event (GstICYDemux * icydemux, GstTagList * tags)
gst_element_post_message (GST_ELEMENT (icydemux),
gst_message_new_tag (GST_OBJECT (icydemux), gst_tag_list_copy (tags)));
- event = gst_event_new_tag (tags);
+ event = gst_event_new_tag ("GstDemuxer", tags);
GST_EVENT_TIMESTAMP (event) = 0;
GST_DEBUG_OBJECT (icydemux, "Sending tag event on src pad");