gst/typefind/gsttypefindfunctions.c:
authorDavid Schleef <ds@schleef.org>
Thu, 4 May 2006 18:43:58 +0000 (18:43 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 4 May 2006 18:43:58 +0000 (18:43 +0000)
Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c:

ChangeLog
gst/typefind/gsttypefindfunctions.c

index 903600f..38089ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-04  David Schleef  <ds@schleef.org>
+
+       * gst/typefind/gsttypefindfunctions.c:
+
 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
index b146275..fde7ba2 100644 (file)
@@ -2534,8 +2534,12 @@ plugin_init (GstPlugin * plugin)
       ar_type_find, ar_exts, AR_CAPS, NULL, NULL);
   TYPE_FIND_REGISTER (plugin, "application/x-ms-dos-executable",
       GST_RANK_SECONDARY, msdos_type_find, msdos_exts, MSDOS_CAPS, NULL, NULL);
+#if 0
   TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-dirac",
-      GST_RANK_PRIMARY, NULL, "BBCD", 4, GST_TYPE_FIND_LIKELY);
+      GST_RANK_PRIMARY, NULL, "BBCD", 4, GST_TYPE_FIND_MAXIMUM);
+#endif
+  TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-dirac",
+      GST_RANK_PRIMARY, NULL, "KW-DIRAC", 8, GST_TYPE_FIND_MAXIMUM);
 
   return TRUE;
 }