Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / debian / patches / 0018-tagreading-fix-unknown-codec-tag-missing-after-first.patch
diff --git a/gst-plugins-base-subtitles0.10/debian/patches/0018-tagreading-fix-unknown-codec-tag-missing-after-first.patch b/gst-plugins-base-subtitles0.10/debian/patches/0018-tagreading-fix-unknown-codec-tag-missing-after-first.patch
new file mode 100644 (file)
index 0000000..9d45d4c
--- /dev/null
@@ -0,0 +1,29 @@
+From 8db39cceb378ee6bc78d5060cda9e7002280dd7f Mon Sep 17 00:00:00 2001
+From: Sreerenj Balachandran <sreerenj.balachandran@nokia.com>
+Date: Thu, 1 Jul 2010 15:16:57 +0200
+Subject: [PATCH] tagreading: fix "unknown" codec tag missing after first time
+
+---
+ gst/tagreading/gsttagreadutils.c |    8 ++++----
+ 1 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/gst/tagreading/gsttagreadutils.c b/gst/tagreading/gsttagreadutils.c
+index acaebb6..14b3e67 100644
+--- a/gst/tagreading/gsttagreadutils.c
++++ b/gst/tagreading/gsttagreadutils.c
+@@ -119,11 +119,11 @@ gst_tag_read_utils_add_codec_tag_from_caps (GstTagList * tags,
+           G_TYPE_BOOLEAN, "codec unknown",
+           "TRUE if the codec  is not known and the *-codec "
+           "tag contains the string 'unknown' or somesuch", NULL);
+-
+-      /* FIXME: translate */
+-      gst_tag_list_add (tags, GST_TAG_MERGE_REPLACE, tag_name,
+-          "Unknown", tag_name_unknown, TRUE, NULL);
+     }
++
++    /* FIXME: translate */
++    gst_tag_list_add (tags, GST_TAG_MERGE_REPLACE, tag_name,
++        "Unknown", tag_name_unknown, TRUE, NULL);
+   }
+ }