mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
celtdec: 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
8aa50a29de
commit
bc7442faa3
1 changed files with 2 additions and 2 deletions
|
@ -298,8 +298,8 @@ gst_celt_dec_parse_comments (GstCeltDec * dec, GstBuffer * buf)
|
||||||
|
|
||||||
GST_INFO_OBJECT (dec, "tags: %" GST_PTR_FORMAT, list);
|
GST_INFO_OBJECT (dec, "tags: %" GST_PTR_FORMAT, list);
|
||||||
|
|
||||||
gst_element_found_tags_for_pad (GST_ELEMENT (dec),
|
gst_audio_decoder_merge_tags (GST_AUDIO_DECODER (dec), list,
|
||||||
GST_AUDIO_DECODER_SRC_PAD (dec), list);
|
GST_TAG_MERGE_REPLACE);
|
||||||
|
|
||||||
g_free (encoder);
|
g_free (encoder);
|
||||||
g_free (ver);
|
g_free (ver);
|
||||||
|
|
Loading…
Reference in a new issue