mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
gst/typefind/gsttypefindfunctions.c: Add typefinder for the smoke video codec. Copied from the jpeg plugin.
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefinder for the smoke video codec. Copied from the jpeg plugin.
This commit is contained in:
parent
49e1c708bb
commit
9327c2a8ec
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
|
||||
Add typefinder for the smoke video codec. Copied from the jpeg plugin.
|
||||
|
||||
2008-02-25 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/typefind/gsttypefindfunctions.c: (mid_type_find),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue