summaryrefslogtreecommitdiff
path: root/ext/kate
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2013-04-23 01:17:56 +0100
committerTim-Philipp Müller <tim@centricular.net>2013-04-23 01:17:56 +0100
commit4b256e729e90b020b346f266e7972a95253d9856 (patch)
treee5f810de48ed90a9ebd0dd7c9aaa44d61c654ccb /ext/kate
parentf26827c3c8db0612aa194b41897f9edbce30af45 (diff)
downloadgstreamer-plugins-bad-4b256e729e90b020b346f266e7972a95253d9856.tar.gz
tests: fix remaining kate tests
https://bugzilla.gnome.org/show_bug.cgi?id=697071
Diffstat (limited to 'ext/kate')
-rw-r--r--ext/kate/gstkateutil.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/kate/gstkateutil.c b/ext/kate/gstkateutil.c
index b30ee5952..4ae5f62e5 100644
--- a/ext/kate/gstkateutil.c
+++ b/ext/kate/gstkateutil.c
@@ -387,12 +387,6 @@ gst_kate_util_decoder_base_chain_kate_packet (GstKateDecoderBase * decoder,
if (decoder->initialized) {
gst_pad_push_event (tagpad, gst_event_new_tag (decoder->tags));
decoder->tags = NULL;
- } else {
- /* Only push them as messages for the time being. *
- * They will be pushed on the pad once the decoder is initialized */
- gst_element_post_message (element,
- gst_message_new_tag (GST_OBJECT (element),
- gst_tag_list_copy (decoder->tags)));
}
}
break;