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);