From d414feba1db551d53952683874478bd4edf2d2d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 22 Apr 2006 21:19:06 +0000 Subject: [PATCH] gst-libs/gst/riff/riff-media.c: add another H264 fourcc. Fixes #339047. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Tim-Philipp Müller * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): add another H264 fourcc. Fixes #339047. --- ChangeLog | 7 +++++++ gst-libs/gst/riff/riff-media.c | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee6789b..659512c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2006-04-22 Thomas Vander Stichele + Patch by: Tim-Philipp Müller + + * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): + add another H264 fourcc. Fixes #339047. + +2006-04-22 Thomas Vander Stichele + Patch by: Jan Schmidt * gst/playback/gststreamselector.c: diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c index a6f9336..844c570 100644 --- a/gst-libs/gst/riff/riff-media.c +++ b/gst-libs/gst/riff/riff-media.c @@ -217,6 +217,7 @@ gst_riff_create_video_caps (guint32 codec_fcc, *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) -- 2.7.4