mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 05:45:58 +00:00
gme: update for tag event change
This commit is contained in:
parent
58b90055d4
commit
a88856db0a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue