diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-06 16:00:45 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-06 16:00:45 +0200 |
commit | a88856db0aa9fac508c095eacca08650e3f70fd5 (patch) | |
tree | 7d20b4e004101f4ff6c01c3568c976700df49724 | |
parent | 58b90055d4881e92fa16148f7817057800d66540 (diff) | |
download | gstreamer-plugins-bad-a88856db0aa9fac508c095eacca08650e3f70fd5.tar.gz |
gme: update for tag event change
-rw-r--r-- | ext/gme/gstgme.c | 2 |
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); |