summaryrefslogtreecommitdiffstats
path: root/gst/colorspace/gstcolorspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/colorspace/gstcolorspace.c')
-rw-r--r--gst/colorspace/gstcolorspace.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c
index 6b28d8fd..bbdf48b4 100644
--- a/gst/colorspace/gstcolorspace.c
+++ b/gst/colorspace/gstcolorspace.c
@@ -47,7 +47,7 @@ static GstColorspaceConverter gst_colorspace_converters[] = {
static GstElementDetails colorspace_details =
GST_ELEMENT_DETAILS ("Colorspace converter",
"Filter/Converter/Video",
- "Converts video from one colorspace to another",
+ "Converts video from YUV to RGB",
"Wim Taymans <wim.taymans@chello.be>");
static GstStaticPadTemplate gst_colorspace_sink_template =
@@ -625,6 +625,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "colorspace",
- "internal colorspace converter",
+ "yuvtorgbcolorspace",
+ "YUV to RGB colorspace converter",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)