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
@ -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…
x
Reference in New Issue
Block a user