mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
speexdec: use base class tag handling helper
... so as to ensure these to be handled and sent at proper time.
This commit is contained in:
parent
4101f87d17
commit
a199ad9001
1 changed files with 3 additions and 2 deletions
|
@ -309,8 +309,9 @@ gst_speex_dec_parse_comments (GstSpeexDec * dec, GstBuffer * buf)
|
|||
|
||||
GST_INFO_OBJECT (dec, "tags: %" GST_PTR_FORMAT, list);
|
||||
|
||||
gst_element_found_tags_for_pad (GST_ELEMENT (dec),
|
||||
GST_AUDIO_DECODER_SRC_PAD (dec), list);
|
||||
gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dec), list,
|
||||
GST_TAG_MERGE_REPLACE);
|
||||
gst_tag_list_free (list);
|
||||
|
||||
g_free (encoder);
|
||||
g_free (ver);
|
||||
|
|
Loading…
Reference in a new issue