summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:10:55 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-14 16:10:55 +0000
commit7b26b4d9506a592b17d19de83c4f105068c236b4 (patch)
treebfef0606edfbf0c0e2899d5e6948896886d148fc /ext
parent59c9b655e1eaefd977d74721177c4f028146aecc (diff)
licensing, name and description changes
Original commit message from CVS: licensing, name and description changes
Diffstat (limited to 'ext')
-rw-r--r--ext/aalib/gstaasink.c2
-rw-r--r--ext/gconf/gstgconfelements.c2
-rw-r--r--ext/raw1394/gst1394.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c
index 74aa52d4..b2202348 100644
--- a/ext/aalib/gstaasink.c
+++ b/ext/aalib/gstaasink.c
@@ -548,4 +548,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"aasink",
"ASCII Art video sink",
- plugin_init, VERSION, "GPL", GST_PACKAGE, GST_ORIGIN)
+ plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN)
diff --git a/ext/gconf/gstgconfelements.c b/ext/gconf/gstgconfelements.c
index 48aa4cfc..1820c1f9 100644
--- a/ext/gconf/gstgconfelements.c
+++ b/ext/gconf/gstgconfelements.c
@@ -45,5 +45,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"gconfelements",
- "Plugin contains plugins wrapping the GStreamer/GConf audio/video output settings",
+ "elements wrapping the GStreamer/GConf audio/video output settings",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN)
diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c
index cd89d9f5..cd91a181 100644
--- a/ext/raw1394/gst1394.c
+++ b/ext/raw1394/gst1394.c
@@ -38,6 +38,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "gst1394",
+ "1394",
"Source for DV data via IEEE1394 interface",
plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);