gst/typefind/gsttypefindfunctions.c: Comment smoke typefinder for now. The smokedec...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 25 Feb 2008 07:21:33 +0000 (07:21 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 25 Feb 2008 07:21:33 +0000 (07:21 +0000)
Original commit message from CVS:
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Comment smoke typefinder for now. The smokedec plugin needs one
frame per buffer but we have no parser yet, thus it simply crashes
in most situations.

ChangeLog
gst/typefind/gsttypefindfunctions.c

index 13dfb1e234affae91822788fc7f26e9b57f5b4f1..918f12840a35e0cf45caed22dc574f8c040aa3d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
+
+       * gst/typefind/gsttypefindfunctions.c: (plugin_init):
+       Comment smoke typefinder for now. The smokedec plugin needs one
+       frame per buffer but we have no parser yet, thus it simply crashes
+       in most situations.
+
 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * gst/typefind/gsttypefindfunctions.c: (plugin_init):
index 27afec928b4b90a3e38ac2fb736d7fd96aac960f..a735a4f8fb2f8d030ba129523ad53b51f5781274 100644 (file)
@@ -2983,8 +2983,10 @@ plugin_init (GstPlugin * plugin)
   TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-vcd", GST_RANK_PRIMARY,
       cdxa_exts, "\000\377\377\377\377\377\377\377\377\377\377\000", 12,
       GST_TYPE_FIND_MAXIMUM);
+#if 0
   TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-smoke", GST_RANK_PRIMARY,
-      NULL, "\x80smoke", 6, GST_TYPE_FIND_MAXIMUM);
+      NULL, "\x80smoke\x00\x01\x00", 6, GST_TYPE_FIND_MAXIMUM);
+#endif
   TYPE_FIND_REGISTER (plugin, "audio/midi", GST_RANK_PRIMARY, mid_type_find,
       mid_exts, MID_CAPS, NULL, NULL);
   TYPE_FIND_REGISTER (plugin, "video/x-fli", GST_RANK_MARGINAL, flx_type_find,