pbutils: Add entry for text/x-raw
authorMatej Knopp <matej.knopp@gmail.com>
Fri, 27 Sep 2013 20:53:43 +0000 (22:53 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sat, 28 Sep 2013 09:38:10 +0000 (11:38 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=708954

gst-libs/gst/pbutils/descriptions.c

index b50baab..4ab776f 100644 (file)
@@ -269,6 +269,7 @@ static const FormatInfo formats[] = {
   {"image/vnd.wap.wbmp", "Wireless Bitmap", FLAG_IMAGE, "wbmp"},
 
   /* subtitle formats with static descriptions */
+  {"text/x-raw", N_("Timed Text"), FLAG_SUB, ""},
   {"application/x-ssa", "SubStation Alpha", FLAG_SUB, ""},
   {"application/x-ass", "Advanced SubStation Alpha", FLAG_SUB, ""},
   /* FIXME: add variant field to typefinder? */