[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-cvs
Subject:    [0.11] gst-plugins-base: video: add another color matrix for mpeg2
From:       wtay () kemper ! freedesktop ! org (Wim Taymans)
Date:       2011-09-30 9:05:13
Message-ID: 20110930090513.59CCE1000A () kemper ! freedesktop ! org
[Download RAW message or body]

Module: gst-plugins-base
Branch: 0.11
Commit: 67f1a097bf565e260406d60a3fa73a8ed98b9353
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=67f1a097bf565e260406d60a3fa73a8ed98b9353


Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Fri Sep 30 11:00:31 2011 +0200

video: add another color matrix for mpeg2

---

 gst-libs/gst/video/video.h |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/gst-libs/gst/video/video.h b/gst-libs/gst/video/video.h
index 41834a2..88163bd 100644
--- a/gst-libs/gst/video/video.h
+++ b/gst-libs/gst/video/video.h
@@ -372,9 +372,10 @@ typedef enum {
  * GstVideoColorMatrix:
  * @GST_VIDEO_COLOR_MATRIX_UNKNOWN: unknown matrix
  * @GST_VIDEO_COLOR_MATRIX_RGB: identity matrix
- * @GST_VIDEO_COLOR_MATRIX_BT709: ITU-R BT.709 transfer matrix
- * @GST_VIDEO_COLOR_MATRIX_BT601: ITU-R BT.601 transfer matrix
- * @GST_VIDEO_COLOR_MATRIX_SMPTE240M: SMPTE 240M transfer matrix
+ * @GST_VIDEO_COLOR_MATRIX_FCC: FCC color matrix
+ * @GST_VIDEO_COLOR_MATRIX_BT709: ITU-R BT.709 color matrix
+ * @GST_VIDEO_COLOR_MATRIX_BT601: ITU-R BT.601 color matrix
+ * @GST_VIDEO_COLOR_MATRIX_SMPTE240M: SMPTE 240M color matrix
  *
  * The color matrix is used to convert between Y'PbPr and
  * non-linear RGB (R'G'B')
@@ -382,6 +383,7 @@ typedef enum {
 typedef enum {
   GST_VIDEO_COLOR_MATRIX_UNKNOWN = 0,
   GST_VIDEO_COLOR_MATRIX_RGB,
+  GST_VIDEO_COLOR_MATRIX_FCC,
   GST_VIDEO_COLOR_MATRIX_BT709,
   GST_VIDEO_COLOR_MATRIX_BT601,
   GST_VIDEO_COLOR_MATRIX_SMPTE240M

_______________________________________________
gstreamer-commits mailing list
gstreamer-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic