gme: update for tag event change

This commit is contained in:
Wim Taymans 2012-06-06 16:00:45 +02:00
parent 58b90055d4
commit a88856db0a

View file

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