mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
typefinding: register H264 typefinder with H264 caps
https://bugzilla.gnome.org/show_bug.cgi?id=640709
This commit is contained in:
parent
b43db2f2a2
commit
749f541cc4
1 changed files with 1 additions and 1 deletions
|
@ -4228,7 +4228,7 @@ plugin_init (GstPlugin * plugin)
|
|||
TYPE_FIND_REGISTER (plugin, "video/mpeg4", GST_RANK_PRIMARY,
|
||||
mpeg4_video_type_find, m4v_exts, MPEG_VIDEO_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/x-h264", GST_RANK_PRIMARY,
|
||||
h264_video_type_find, h264_exts, MPEG_VIDEO_CAPS, NULL, NULL);
|
||||
h264_video_type_find, h264_exts, H264_VIDEO_CAPS, NULL, NULL);
|
||||
TYPE_FIND_REGISTER (plugin, "video/x-nuv", GST_RANK_SECONDARY, nuv_type_find,
|
||||
nuv_exts, NUV_CAPS, NULL, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue