GNOME Bugzilla – Bug 339047
[riff] handle H264 fourcc in addition to h264
Last modified: 2006-04-22 21:19:38 UTC
I'd like to get a one-line addition to riff-media.c into the upcoming base release: --- riff-media.c 23 Mar 2006 09:38:59 -0000 1.62 +++ riff-media.c 19 Apr 2006 15:55:36 -0000 @@ -217,6 +217,7 @@ gst_riff_create_video_caps (guint32 code *codec_name = g_strdup ("Intel H.263"); break; + case GST_MAKE_FOURCC ('H', '2', '6', '4'): case GST_MAKE_FOURCC ('h', '2', '6', '4'): caps = gst_caps_new_simple ("video/x-h264", NULL); if (codec_name) as this blocks bug #338767.
Created attachment 63879 [details] [review] patch
commited to head