typefinding: register H264 typefinder with H264 caps
authorPhilippe Normand <pnormand@igalia.com>
Thu, 27 Jan 2011 11:32:35 +0000 (12:32 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 27 Jan 2011 12:21:19 +0000 (12:21 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=640709

gst/typefind/gsttypefindfunctions.c

index 55af37f..6646944 100644 (file)
@@ -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);