summaryrefslogtreecommitdiffstats
path: root/gst/colorspace/gstcolorspace.c
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-03-13 00:19:26 +0000
committerDavid Schleef <ds@schleef.org>2004-03-13 00:19:26 +0000
commit3f3b17d2a32096708dadc24eb974a51917e65979 (patch)
treed4a97b0b07c4db2fb9f24c6433cb2dae62c7d8d8 /gst/colorspace/gstcolorspace.c
parent10575d1a7e4abd08d6b7d628c742ce2cb6d3d213 (diff)
downloadgst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.tar.gz
gst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.tar.bz2
gst-plugins-bad-3f3b17d2a32096708dadc24eb974a51917e65979.zip
configure.ac: the Hermes library controls hermescolorspace, not colorspace.
Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
Diffstat (limited to 'gst/colorspace/gstcolorspace.c')
-rw-r--r--gst/colorspace/gstcolorspace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c
index eaf79083..db4056eb 100644
--- a/gst/colorspace/gstcolorspace.c
+++ b/gst/colorspace/gstcolorspace.c
@@ -66,6 +66,7 @@ GST_STATIC_PAD_TEMPLATE (
GST_PAD_ALWAYS,
GST_STATIC_CAPS (
GST_VIDEO_CAPS_xRGB "; "
+ GST_VIDEO_CAPS_BGRx "; "
GST_VIDEO_CAPS_RGB "; "
GST_VIDEO_CAPS_RGB_16
)
@@ -627,7 +628,7 @@ GST_PLUGIN_DEFINE (
GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"colorspace",
- "Hermes colorspace converter",
+ "internal colorspace converter",
plugin_init,
VERSION,
"LGPL",