gst/typefind/gsttypefindfunctions.c: give different names to typefind functions
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (plugin_init): give different names to typefind functions
This commit is contained in:
parent
8330cdfbad
commit
3ed8195348
@ -1,3 +1,8 @@
|
|||||||
|
2004-07-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
|
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
|
||||||
|
give different names to typefind functions
|
||||||
|
|
||||||
2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-07-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
|
* sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
|
||||||
|
@ -1340,7 +1340,7 @@ plugin_init (GstPlugin * plugin)
|
|||||||
ogg_exts, "OggS", 4, GST_TYPE_FIND_MAXIMUM);
|
ogg_exts, "OggS", 4, GST_TYPE_FIND_MAXIMUM);
|
||||||
TYPE_FIND_REGISTER (plugin, "video/mpeg", GST_RANK_SECONDARY,
|
TYPE_FIND_REGISTER (plugin, "video/mpeg", GST_RANK_SECONDARY,
|
||||||
mpeg_video_type_find, mpeg_video_exts, MPEG_VIDEO_CAPS, NULL);
|
mpeg_video_type_find, mpeg_video_exts, MPEG_VIDEO_CAPS, NULL);
|
||||||
TYPE_FIND_REGISTER (plugin, "video/mpeg", 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);
|
||||||
TYPE_FIND_REGISTER (plugin, "video/quicktime", GST_RANK_SECONDARY,
|
TYPE_FIND_REGISTER (plugin, "video/quicktime", GST_RANK_SECONDARY,
|
||||||
qt_type_find, qt_exts, QT_CAPS, NULL);
|
qt_type_find, qt_exts, QT_CAPS, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user