mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
kate: reenable the sending of a message for tags
https://bugzilla.gnome.org/show_bug.cgi?id=638412
This commit is contained in:
parent
21fb0dc586
commit
4b56970d58
1 changed files with 0 additions and 2 deletions
|
@ -356,7 +356,6 @@ gst_kate_util_decoder_base_chain_kate_packet (GstKateDecoderBase * decoder,
|
||||||
if (old)
|
if (old)
|
||||||
gst_tag_list_free (old);
|
gst_tag_list_free (old);
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (decoder->initialized) {
|
if (decoder->initialized) {
|
||||||
gst_element_found_tags_for_pad (element, tagpad, decoder->tags);
|
gst_element_found_tags_for_pad (element, tagpad, decoder->tags);
|
||||||
decoder->tags = NULL;
|
decoder->tags = NULL;
|
||||||
|
@ -367,7 +366,6 @@ gst_kate_util_decoder_base_chain_kate_packet (GstKateDecoderBase * decoder,
|
||||||
gst_message_new_tag (GST_OBJECT (element),
|
gst_message_new_tag (GST_OBJECT (element),
|
||||||
gst_tag_list_copy (decoder->tags)));
|
gst_tag_list_copy (decoder->tags)));
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue