From af54a9afbad27627216e0b2b1f0a7553c8b18ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 21 Jul 2009 01:06:19 +0100 Subject: kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODEC --- ext/kate/gstkateutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/kate') diff --git a/ext/kate/gstkateutil.c b/ext/kate/gstkateutil.c index 3d5d3312..ca245f99 100644 --- a/ext/kate/gstkateutil.c +++ b/ext/kate/gstkateutil.c @@ -238,8 +238,8 @@ gst_kate_util_decoder_base_chain_kate_packet (GstKateDecoderBase * decoder, GST_TAG_ENCODER, encoder, NULL); g_free (encoder); } - gst_tag_list_add (decoder->tags, GST_TAG_MERGE_REPLACE, GST_TAG_CODEC, - "kate", NULL); + gst_tag_list_add (decoder->tags, GST_TAG_MERGE_REPLACE, + GST_TAG_SUBTITLE_CODEC, "Kate", NULL); gst_tag_list_add (decoder->tags, GST_TAG_MERGE_REPLACE, GST_TAG_ENCODER_VERSION, decoder->k.ki->bitstream_version_major, NULL); -- cgit v1.2.1