summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 16:00:45 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2012-06-06 16:00:45 +0200
commita88856db0aa9fac508c095eacca08650e3f70fd5 (patch)
tree7d20b4e004101f4ff6c01c3568c976700df49724
parent58b90055d4881e92fa16148f7817057800d66540 (diff)
downloadgstreamer-plugins-bad-a88856db0aa9fac508c095eacca08650e3f70fd5.tar.gz
gme: update for tag event change
-rw-r--r--ext/gme/gstgme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c
index 2784da5fa..d787dbaf0 100644
--- a/ext/gme/gstgme.c
+++ b/ext/gme/gstgme.c
@@ -446,7 +446,7 @@ gme_setup (GstGmeDec * gme)
gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE,
GST_TAG_DURATION, total_duration, NULL);
- gst_pad_push_event (gme->srcpad, gst_event_new_tag (taglist));
+ gst_pad_push_event (gme->srcpad, gst_event_new_tag ("GstDecoder", taglist));
g_free (info);