[MOVED FROM BAD 19/68] pound some sense in the colorspace elements
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Aug 2005 16:21:00 +0000 (16:21 +0000)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 15 Jun 2011 14:12:53 +0000 (16:12 +0200)
Original commit message from CVS:
pound some sense in the colorspace elements

gst/colorspace/Makefile.am
gst/colorspace/gstcolorspace.c

index 697c0a9..74d55a7 100644 (file)
@@ -1,5 +1,4 @@
-
-plugin_LTLIBRARIES = libgstcolorspace.la
+plugin_LTLIBRARIES = libgstyuvtorgbcolorspace.la
 
 if HAVE_CPU_I386
 ARCHSRCS = yuv2rgb_mmx16.s
@@ -7,10 +6,9 @@ else
 ARCHSRCS =
 endif
 
-libgstcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c
-libgstcolorspace_la_CFLAGS = $(GST_CFLAGS)
-libgstcolorspace_la_LIBADD = 
-libgstcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstyuvtorgbcolorspace_la_SOURCES = gstcolorspace.c yuv2rgb.c
+libgstyuvtorgbcolorspace_la_CFLAGS = $(GST_CFLAGS)
+libgstyuvtorgbcolorspace_la_LIBADD = 
+libgstyuvtorgbcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = yuv2rgb.h gstcolorspace.h
-
index 6b28d8f..bbdf48b 100644 (file)
@@ -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)