gme: Fix for removal of gst_element_found_tags_for_pad()
This commit is contained in:
parent
3f6e6053c6
commit
9f72f309f6
@ -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…
x
Reference in New Issue
Block a user