summaryrefslogtreecommitdiffstats
path: root/ext/hermes
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-11 22:40:43 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-11 22:40:43 +0000
commit425a3fef254f7acb7ce9ff7e7596b9c2fcc95adf (patch)
treeefa887943375b2dd94d7221a607791327b9594b5 /ext/hermes
parent983e8d120e0413277acce9f5a794ec764cb75651 (diff)
downloadgst-plugins-bad-425a3fef254f7acb7ce9ff7e7596b9c2fcc95adf.tar.gz
gst-plugins-bad-425a3fef254f7acb7ce9ff7e7596b9c2fcc95adf.tar.bz2
gst-plugins-bad-425a3fef254f7acb7ce9ff7e7596b9c2fcc95adf.zip
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse for...
Original commit message from CVS: make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
Diffstat (limited to 'ext/hermes')
-rw-r--r--ext/hermes/gstcolorspace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c
index 006c7bea..a59ef39d 100644
--- a/ext/hermes/gstcolorspace.c
+++ b/ext/hermes/gstcolorspace.c
@@ -446,6 +446,10 @@ gst_colorspace_base_init (gpointer g_class)
caps = gst_caps_append (caps,
gst_caps_new ("csp_templ_rgb24_32",
"video/x-raw-rgb",
+ GST_VIDEO_RGB_PAD_TEMPLATE_PROPS_24_32_REVERSE));
+ caps = gst_caps_append (caps,
+ gst_caps_new ("csp_templ_rgb24_32",
+ "video/x-raw-rgb",
GST_VIDEO_RGB_PAD_TEMPLATE_PROPS_24_32));
caps = gst_caps_append (caps,
gst_caps_new ("csp_templ_rgb15",