diff --git a/ChangeLog b/ChangeLog index 41f208cc40..13dfb1e234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-25 Sebastian Dröge + + * gst/typefind/gsttypefindfunctions.c: (plugin_init): + Add typefinder for the smoke video codec. Copied from the jpeg plugin. + 2008-02-25 Sebastian Dröge * gst/typefind/gsttypefindfunctions.c: (mid_type_find), diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 48ec1b15e8..27afec928b 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -2983,6 +2983,8 @@ 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); + TYPE_FIND_REGISTER_START_WITH (plugin, "video/x-smoke", GST_RANK_PRIMARY, + NULL, "\x80smoke", 6, GST_TYPE_FIND_MAXIMUM); 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,