[gst-cvs] gst-plugins-base: riff: add FLV4 fourcc and map it to video/x-vp6-flash
Tim Müller
tpm at kemper.freedesktop.org
Wed Jun 30 15:29:14 PDT 2010
Module: gst-plugins-base
Branch: master
Commit: 524c977c1830c612835323ae2ed5cef72a391a52
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=524c977c1830c612835323ae2ed5cef72a391a52
Author: Tim-Philipp Müller <tim.muller at collabora.co.uk>
Date: Wed Jun 30 21:20:37 2010 +0100
riff: add FLV4 fourcc and map it to video/x-vp6-flash
Fixes #623176.
---
gst-libs/gst/riff/riff-media.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/gst-libs/gst/riff/riff-media.c b/gst-libs/gst/riff/riff-media.c
index c54c1a3..72f6fe9 100644
--- a/gst-libs/gst/riff/riff-media.c
+++ b/gst-libs/gst/riff/riff-media.c
@@ -813,6 +813,7 @@ gst_riff_create_video_caps (guint32 codec_fcc,
case GST_MAKE_FOURCC ('V', 'P', '6', 'F'):
case GST_MAKE_FOURCC ('v', 'p', '6', 'f'):
+ case GST_MAKE_FOURCC ('F', 'L', 'V', '4'):
caps = gst_caps_new_simple ("video/x-vp6-flash", NULL);
if (codec_name)
*codec_name = g_strdup ("On2 VP6");
@@ -1744,6 +1745,7 @@ gst_riff_create_video_template_caps (void)
GST_MAKE_FOURCC ('D', 'X', '5', '0'),
GST_MAKE_FOURCC ('M', '4', 'C', 'C'),
GST_MAKE_FOURCC ('F', 'L', 'V', '1'),
+ GST_MAKE_FOURCC ('F', 'L', 'V', '4'),
GST_MAKE_FOURCC ('H', '2', '6', '3'),
GST_MAKE_FOURCC ('V', 'X', '1', 'K'),
GST_MAKE_FOURCC ('H', '2', '6', '4'),
More information about the Gstreamer-commits
mailing list