diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-11 22:40:43 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-11 22:40:43 +0000 |
commit | 425a3fef254f7acb7ce9ff7e7596b9c2fcc95adf (patch) | |
tree | efa887943375b2dd94d7221a607791327b9594b5 /ext/hermes | |
parent | 983e8d120e0413277acce9f5a794ec764cb75651 (diff) | |
download | gst-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.c | 4 |
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", |