From a88856db0aa9fac508c095eacca08650e3f70fd5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Jun 2012 16:00:45 +0200 Subject: [PATCH] gme: update for tag event change --- ext/gme/gstgme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 2784da5fa1..d787dbaf02 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);