mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 16:55:23 +00:00
gst/typefind/gsttypefindfunctions.c: Make typefind function name for mpeg4 video unique.
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): Make typefind function name for mpeg4 video unique.
This commit is contained in:
parent
6b9594ac99
commit
1d629c12d7
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-08 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
|
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
|
||||||
|
Make typefind function name for mpeg4 video unique.
|
||||||
|
|
||||||
2006-03-08 Wim Taymans <wim@fluendo.com>
|
2006-03-08 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/libvisual/visual.c: (gst_visual_init),
|
* ext/libvisual/visual.c: (gst_visual_init),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit c09cd18d328f740ac532377fa5605b0f712cc6fd
|
Subproject commit d576cc6779aa9555121d4c78ab69cc620fae3e2b
|
|
@ -2204,7 +2204,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
TYPE_FIND_REGISTER (plugin, "video/mpeg-stream", GST_RANK_MARGINAL,
|
TYPE_FIND_REGISTER (plugin, "video/mpeg-stream", GST_RANK_MARGINAL,
|
||||||
mpeg_video_stream_type_find, mpeg_video_exts, MPEG_VIDEO_CAPS, NULL,
|
mpeg_video_stream_type_find, mpeg_video_exts, MPEG_VIDEO_CAPS, NULL,
|
||||||
NULL);
|
NULL);
|
||||||
TYPE_FIND_REGISTER (plugin, "video/mpeg", GST_RANK_PRIMARY,
|
TYPE_FIND_REGISTER (plugin, "video/mpeg4", GST_RANK_PRIMARY,
|
||||||
mpeg4_video_type_find, m4v_exts, MPEG_VIDEO_CAPS, NULL, NULL);
|
mpeg4_video_type_find, m4v_exts, MPEG_VIDEO_CAPS, NULL, NULL);
|
||||||
|
|
||||||
/* ISO formats */
|
/* ISO formats */
|
||||||
|
|
Loading…
Reference in a new issue