summaryrefslogtreecommitdiffstats
path: root/ext/hermes
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-04-20 21:42:51 +0000
committerAndy Wingo <wingo@pobox.com>2002-04-20 21:42:51 +0000
commit6863dd92408eb5bd758e6c297324e6b2dc81042b (patch)
treeff4c1f7d2bb3e04cd8f3d7e4e2324b8c96fb260f /ext/hermes
parent826f1e165fc6b301735e9861fdae2be3544abe0b (diff)
downloadgst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.tar.gz
gst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.tar.bz2
gst-plugins-bad-6863dd92408eb5bd758e6c297324e6b2dc81042b.zip
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
Diffstat (limited to 'ext/hermes')
-rw-r--r--ext/hermes/gstcolorspace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c
index 5e081a79..9cdaf3bb 100644
--- a/ext/hermes/gstcolorspace.c
+++ b/ext/hermes/gstcolorspace.c
@@ -25,8 +25,8 @@
static GstElementDetails colorspace_details = {
"Colorspace converter",
- "Filter/Effect",
- "Converts video from one colorspace to another",
+ "Filter/Video",
+ "Converts video from one colorspace to another using libhermes",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
"(C) 2001",