kate: reenable the sending of a message for tags
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Fri, 31 Dec 2010 16:17:50 +0000 (16:17 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 13:34:53 +0000 (13:34 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=638412

ext/kate/gstkateutil.c

index 0bccc4b..14f4258 100644 (file)
@@ -356,7 +356,6 @@ gst_kate_util_decoder_base_chain_kate_packet (GstKateDecoderBase * decoder,
           if (old)
             gst_tag_list_free (old);
 
-#if 0
           if (decoder->initialized) {
             gst_element_found_tags_for_pad (element, tagpad, decoder->tags);
             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_tag_list_copy (decoder->tags)));
           }
-#endif
         }
         break;