summaryrefslogtreecommitdiffstats
path: root/ext/hermes/gstcolorspace.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-06-21 18:29:13 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-06-21 18:29:13 +0000
commit9251ed656ad51ab6ae43b4076de16c9b335fa23d (patch)
treeab4a9b68c3ea7542fa0f239e8eae81ab636b7c7e /ext/hermes/gstcolorspace.h
parent43d17ede7a099635c0af06fb7840e37ac58face6 (diff)
downloadgst-plugins-bad-9251ed656ad51ab6ae43b4076de16c9b335fa23d.tar.gz
gst-plugins-bad-9251ed656ad51ab6ae43b4076de16c9b335fa23d.tar.bz2
gst-plugins-bad-9251ed656ad51ab6ae43b4076de16c9b335fa23d.zip
Fixed problem with color conversion
Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
Diffstat (limited to 'ext/hermes/gstcolorspace.h')
-rw-r--r--ext/hermes/gstcolorspace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hermes/gstcolorspace.h b/ext/hermes/gstcolorspace.h
index 1b89d603..37a80c5c 100644
--- a/ext/hermes/gstcolorspace.h
+++ b/ext/hermes/gstcolorspace.h
@@ -59,6 +59,7 @@ typedef enum {
GST_COLORSPACE_YUY2_I420,
GST_COLORSPACE_RGB32_I420,
GST_COLORSPACE_RGB32_YV12,
+ GST_COLORSPACE_420_SWAP,
} GstColorSpaceConverterType;
struct _GstColorspace {