summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--ext/aalib/gstaasink.c1
-rw-r--r--ext/dv/gstdvdec.c1
-rw-r--r--ext/esd/gstesd.c1
-rw-r--r--ext/flac/gstflac.c1
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbuf.c1
-rw-r--r--ext/jpeg/gstjpeg.c1
-rw-r--r--ext/ladspa/gstladspa.c15
-rw-r--r--ext/libpng/gstpng.c1
-rw-r--r--ext/mikmod/gstmikmod.c1
-rw-r--r--ext/pango/gsttextoverlay.c1
-rw-r--r--ext/pango/gsttimeoverlay.c1
-rw-r--r--ext/raw1394/gst1394.c1
-rw-r--r--ext/shout2/gstshout2.c1
-rw-r--r--ext/speex/gstspeex.c1
-rw-r--r--gst/auparse/gstauparse.c1
-rw-r--r--gst/avi/gstavidemux.c1
-rw-r--r--gst/cutter/gstcutter.c1
-rw-r--r--gst/debug/efence.c1
-rw-r--r--gst/debug/gstnavigationtest.c1
-rw-r--r--gst/effectv/gsteffectv.c1
-rw-r--r--gst/flx/gstflxdec.c1
-rw-r--r--gst/goom/gstgoom.c1
-rw-r--r--gst/law/alaw.c1
-rw-r--r--gst/law/mulaw.c1
-rw-r--r--gst/level/gstlevel.c1
-rw-r--r--gst/matroska/matroska.c1
-rw-r--r--gst/median/gstmedian.c1
-rw-r--r--gst/monoscope/gstmonoscope.c1
-rw-r--r--gst/qtdemux/qtdemux.c1
-rw-r--r--gst/rtp/gstrtp.c1
-rw-r--r--gst/smoothwave/gstsmoothwave.c1
-rw-r--r--gst/smpte/gstsmpte.c1
-rw-r--r--gst/spectrum/gstspectrum.c1
-rw-r--r--gst/udp/gstudp.c1
-rw-r--r--gst/videocrop/gstvideocrop.c1
-rw-r--r--gst/videofilter/gstvideobalance.c1
-rw-r--r--gst/videofilter/gstvideofilter.c1
-rw-r--r--gst/videofilter/gstvideoflip.c1
-rw-r--r--gst/videofilter/gstvideotemplate.c1
-rw-r--r--gst/videoflip/gstvideoflip.c1
-rw-r--r--gst/wavenc/gstwavenc.c1
-rw-r--r--gst/wavparse/gstwavparse.c1
-rw-r--r--sys/oss/gstossaudio.c1
-rw-r--r--sys/v4l2/gstv4l2.c1
45 files changed, 10 insertions, 49 deletions
diff --git a/configure.ac b/configure.ac
index f3704eb0..db914fda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1302,7 +1302,6 @@ dnl ############################
dnl set license and copyright notice
AC_DEFINE(GST_LICENSE, "LGPL", [GStreamer license])
-AC_DEFINE(GST_COPYRIGHT, "(c) 1999-2003 The GStreamer Team", [copyright message in plugins])
dnl package name in plugins
AC_ARG_WITH(package-name,
AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
diff --git a/ext/aalib/gstaasink.c b/ext/aalib/gstaasink.c
index 4a7d8a40..59897e55 100644
--- a/ext/aalib/gstaasink.c
+++ b/ext/aalib/gstaasink.c
@@ -557,7 +557,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 7bcaef77..094445a8 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -998,7 +998,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);
diff --git a/ext/esd/gstesd.c b/ext/esd/gstesd.c
index cf62bfa8..e804b72e 100644
--- a/ext/esd/gstesd.c
+++ b/ext/esd/gstesd.c
@@ -49,7 +49,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index a52b94f6..bcbc60cb 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -53,6 +53,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c
index c9c7d919..749a72f7 100644
--- a/ext/gdk_pixbuf/gstgdkpixbuf.c
+++ b/ext/gdk_pixbuf/gstgdkpixbuf.c
@@ -434,6 +434,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/jpeg/gstjpeg.c b/ext/jpeg/gstjpeg.c
index 1e7f8971..2fe1000d 100644
--- a/ext/jpeg/gstjpeg.c
+++ b/ext/jpeg/gstjpeg.c
@@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 6dc8763f..6ecb3ce1 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu>
* <2001> Steve Baker <stevebaker_org@yahoo.co.uk>
+ * 2003 Andy Wingo <wingo at pobox.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -30,6 +31,11 @@
#include <ladspa.h> /* main ladspa sdk include file */
#include "utils.h" /* ladspa sdk utility functions */
+/* 1.0 and the 1.1 preliminary headers don't define a version, but 1.1 final
+ does */
+#ifndef LADSPA_VERSION
+#define LADSPA_VERSION "1.0"
+#endif
/* takes ownership of the name */
static GstPadTemplate*
@@ -1038,9 +1044,8 @@ GST_PLUGIN_DEFINE (
"ladspa",
"All LADSPA plugins",
plugin_init,
- LADSPA_VERSION,
- "LGPL",
- "(c) 2003 The LADSPA team",
- "LADSPA",
- "http://www.ladspa.org/"
+ VERSION,
+ GST_LICENSE,
+ GST_PACKAGE,
+ GST_ORIGIN
)
diff --git a/ext/libpng/gstpng.c b/ext/libpng/gstpng.c
index 54bcccbd..20e5d0b0 100644
--- a/ext/libpng/gstpng.c
+++ b/ext/libpng/gstpng.c
@@ -40,6 +40,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index 57fa9bb2..6559b94e 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -562,6 +562,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 06f43ef5..2605c6a3 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -650,7 +650,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index 0f97f6bc..9a3b292e 100644
--- a/ext/pango/gsttimeoverlay.c
+++ b/ext/pango/gsttimeoverlay.c
@@ -210,7 +210,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c
index f8ed5148..0a5a8b7a 100644
--- a/ext/raw1394/gst1394.c
+++ b/ext/raw1394/gst1394.c
@@ -43,7 +43,6 @@ GST_PLUGIN_DEFINE(
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
);
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index 3faccb6c..bcf3981f 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -542,7 +542,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
"libshout2",
"http://www.icecast.org/download.html"
)
diff --git a/ext/speex/gstspeex.c b/ext/speex/gstspeex.c
index 7103f010..022b8ca9 100644
--- a/ext/speex/gstspeex.c
+++ b/ext/speex/gstspeex.c
@@ -41,6 +41,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 8b757982..91ef0c35 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -313,7 +313,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"GPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/avi/gstavidemux.c b/gst/avi/gstavidemux.c
index a1f526d8..ad4531a0 100644
--- a/gst/avi/gstavidemux.c
+++ b/gst/avi/gstavidemux.c
@@ -1995,7 +1995,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 7000346b..b4ac2bd5 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -454,7 +454,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/gst/debug/efence.c b/gst/debug/efence.c
index 899571d4..2c4c9b92 100644
--- a/gst/debug/efence.c
+++ b/gst/debug/efence.c
@@ -309,7 +309,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c
index 97ada378..0dad689b 100644
--- a/gst/debug/gstnavigationtest.c
+++ b/gst/debug/gstnavigationtest.c
@@ -223,7 +223,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/effectv/gsteffectv.c b/gst/effectv/gsteffectv.c
index 28fac81c..6ab3447f 100644
--- a/gst/effectv/gsteffectv.c
+++ b/gst/effectv/gsteffectv.c
@@ -110,7 +110,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- "Wim Taymans <wim.taymans@chello.be>, (c) 2001 FUKUCHI Kentarou, (c) 2001 Sam Mertens, (c) 2002 Ed Tannenbaum",
GST_PACKAGE,
GST_ORIGIN
);
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index 6a8a6101..4a144804 100644
--- a/gst/flx/gstflxdec.c
+++ b/gst/flx/gstflxdec.c
@@ -673,7 +673,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/goom/gstgoom.c b/gst/goom/gstgoom.c
index bb048401..ac885c15 100644
--- a/gst/goom/gstgoom.c
+++ b/gst/goom/gstgoom.c
@@ -405,7 +405,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index 04c149ac..70cb12da 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -68,7 +68,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 611dec0a..f2f465a8 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -75,7 +75,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 42f128ac..72feef24 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -482,7 +482,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/matroska/matroska.c b/gst/matroska/matroska.c
index 50f8dcb7..feb44d63 100644
--- a/gst/matroska/matroska.c
+++ b/gst/matroska/matroska.c
@@ -39,7 +39,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index 8c960e62..b4d41660 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -412,7 +412,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/monoscope/gstmonoscope.c b/gst/monoscope/gstmonoscope.c
index 27e3039a..5d64b5c8 100644
--- a/gst/monoscope/gstmonoscope.c
+++ b/gst/monoscope/gstmonoscope.c
@@ -334,7 +334,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c
index 9f8a8b06..5bd0898a 100644
--- a/gst/qtdemux/qtdemux.c
+++ b/gst/qtdemux/qtdemux.c
@@ -238,7 +238,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/rtp/gstrtp.c b/gst/rtp/gstrtp.c
index 21f4f08e..56bea9b0 100644
--- a/gst/rtp/gstrtp.c
+++ b/gst/rtp/gstrtp.c
@@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/smoothwave/gstsmoothwave.c b/gst/smoothwave/gstsmoothwave.c
index a113bc53..57c267e5 100644
--- a/gst/smoothwave/gstsmoothwave.c
+++ b/gst/smoothwave/gstsmoothwave.c
@@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN)
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index de485105..fb51667a 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -487,7 +487,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index 4b45ad7b..920d69ee 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -212,7 +212,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/udp/gstudp.c b/gst/udp/gstudp.c
index d4d90bc2..b98e6129 100644
--- a/gst/udp/gstudp.c
+++ b/gst/udp/gstudp.c
@@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index d96a6c53..fb3ea230 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -446,7 +446,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 1e4fb51a..e4bb9003 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -227,7 +227,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index 81736117..3a0acc3d 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/gstvideofilter.c
@@ -560,7 +560,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
"LGPL",
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index 1c64829c..3ba70ee8 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -220,7 +220,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index 71f9f164..67c72acb 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -197,7 +197,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/videoflip/gstvideoflip.c b/gst/videoflip/gstvideoflip.c
index 7606e5b7..7d65cac5 100644
--- a/gst/videoflip/gstvideoflip.c
+++ b/gst/videoflip/gstvideoflip.c
@@ -460,7 +460,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c
index 5d11ff7d..3ae50008 100644
--- a/gst/wavenc/gstwavenc.c
+++ b/gst/wavenc/gstwavenc.c
@@ -666,7 +666,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index 23a09d4d..4031684b 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -1137,7 +1137,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/sys/oss/gstossaudio.c b/sys/oss/gstossaudio.c
index 1530d2da..b796664d 100644
--- a/sys/oss/gstossaudio.c
+++ b/sys/oss/gstossaudio.c
@@ -72,7 +72,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)
diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c
index 0054d939..f91e10ce 100644
--- a/sys/v4l2/gstv4l2.c
+++ b/sys/v4l2/gstv4l2.c
@@ -51,7 +51,6 @@ GST_PLUGIN_DEFINE (
plugin_init,
VERSION,
GST_LICENSE,
- GST_COPYRIGHT,
GST_PACKAGE,
GST_ORIGIN
)