mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gme: Fix for removal of gst_element_found_tags_for_pad()
This commit is contained in:
parent
3f6e6053c6
commit
9f72f309f6
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ gme_setup (GstGmeDec * gme)
|
|||
gst_tag_list_add (taglist, GST_TAG_MERGE_REPLACE,
|
||||
GST_TAG_DURATION, total_duration, NULL);
|
||||
|
||||
gst_element_found_tags_for_pad (GST_ELEMENT (gme), gme->srcpad, taglist);
|
||||
gst_pad_push_event (gme->srcpad, gst_event_new_tag (taglist));
|
||||
|
||||
g_free (info);
|
||||
|
||||
|
|
Loading…
Reference in a new issue