From e69ece9d7e8425425f20c76a643e3214fd1fac9a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 4 Dec 2003 10:37:38 +0000 Subject: remove copyright field from plugins Original commit message from CVS: remove copyright field from plugins --- configure.ac | 1 - ext/arts/gst_arts.c | 1 - ext/artsd/gstartsdsink.c | 1 - ext/audiofile/gstaf.c | 1 - ext/faac/gstfaac.c | 1 - ext/faad/gstfaad.c | 1 - ext/gsm/gstgsm.c | 1 - ext/hermes/gstcolorspace.c | 1 - ext/ivorbis/vorbis.c | 1 - ext/jack/gstjack.c | 1 - ext/ladspa/gstladspa.c | 15 ++++++++++----- ext/mas/massink.c | 1 - ext/mplex/gstmplex.cc | 1 - ext/sdl/sdlvideosink.c | 1 - ext/shout/gstshout.c | 1 - ext/smoothwave/gstsmoothwave.c | 1 - ext/snapshot/gstsnapshot.c | 1 - ext/sndfile/gstsf.c | 1 - ext/swfdec/gstswfdec.c | 1 - ext/tarkin/gsttarkin.c | 1 - ext/xvid/gstxvid.c | 1 - gst-libs/gst/audio/audio.c | 1 - gst-libs/gst/idct/idct.c | 1 - gst-libs/gst/resample/resample.c | 1 - gst-libs/gst/riff/riff.c | 1 - gst-libs/gst/video/video.c | 1 - gst-libs/gst/xwindowlistener/xwindowlistener.c | 1 - gst/cdxaparse/gstcdxaparse.c | 1 - gst/chart/gstchart.c | 1 - gst/deinterlace/gstdeinterlace.c | 1 - gst/festival/gstfestival.c | 1 - gst/filter/gstfilter.c | 1 - gst/flx/gstflxdec.c | 1 - gst/mixmatrix/mixmatrix.c | 1 - gst/modplug/gstmodplug.cc | 2 -- gst/mpeg1sys/gstmpeg1systemencode.c | 1 - gst/mpeg1videoparse/gstmp1videoparse.c | 1 - gst/mpeg2sub/gstmpeg2subt.c | 2 -- gst/mpegaudioparse/gstmpegaudioparse.c | 1 - gst/overlay/gstoverlay.c | 1 - gst/passthrough/gstpassthrough.c | 1 - gst/playondemand/gstplayondemand.c | 1 - gst/qtdemux/qtdemux.c | 1 - gst/rtjpeg/gstrtjpeg.c | 1 - gst/smooth/gstsmooth.c | 1 - gst/smoothwave/gstsmoothwave.c | 1 - gst/smpte/gstsmpte.c | 1 - gst/spectrum/gstspectrum.c | 1 - gst/speed/gstspeed.c | 1 - gst/stereo/gststereo.c | 1 - gst/vbidec/gstvbidec.c | 1 - gst/videocrop/gstvideocrop.c | 1 - gst/videodrop/gstvideodrop.c | 1 - gst/y4m/gsty4mencode.c | 1 - sys/cdrom/gstcdplayer.c | 1 - sys/glsink/gstglsink.c | 1 - sys/qcam/gstqcamsrc.c | 1 - sys/v4l2/gstv4l2.c | 1 - sys/vcd/vcdsrc.c | 1 - 59 files changed, 10 insertions(+), 65 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/arts/gst_arts.c b/ext/arts/gst_arts.c index 15534cfe..f726e260 100644 --- a/ext/arts/gst_arts.c +++ b/ext/arts/gst_arts.c @@ -171,7 +171,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index e02229ea..2c223df1 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -295,7 +295,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c index 1d05ae3f..188caf42 100644 --- a/ext/audiofile/gstaf.c +++ b/ext/audiofile/gstaf.c @@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c index e5dddc17..be4c56cb 100644 --- a/ext/faac/gstfaac.c +++ b/ext/faac/gstfaac.c @@ -674,7 +674,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index c14ba44e..56f38a4e 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -472,7 +472,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index c186ed1b..346cf219 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -43,6 +43,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c index de1bd88f..837c24e4 100644 --- a/ext/hermes/gstcolorspace.c +++ b/ext/hermes/gstcolorspace.c @@ -679,7 +679,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c index 4098e53f..b104ec66 100644 --- a/ext/ivorbis/vorbis.c +++ b/ext/ivorbis/vorbis.c @@ -48,6 +48,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/jack/gstjack.c b/ext/jack/gstjack.c index 3aff6d7c..85d57658 100644 --- a/ext/jack/gstjack.c +++ b/ext/jack/gstjack.c @@ -519,6 +519,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - 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 * <2001> Steve Baker + * 2003 Andy Wingo * * 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 /* 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/mas/massink.c b/ext/mas/massink.c index 3952dfe5..2b52a45a 100644 --- a/ext/mas/massink.c +++ b/ext/mas/massink.c @@ -355,7 +355,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index fb15e5fe..ecf0ac2e 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -607,7 +607,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index 9844914e..75d3134f 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -716,6 +716,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index cda20e7f..2af0bc99 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -473,7 +473,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, "libshout", "http://developer.icecast.org/libshout/" ) diff --git a/ext/smoothwave/gstsmoothwave.c b/ext/smoothwave/gstsmoothwave.c index a113bc53..57c267e5 100644 --- a/ext/smoothwave/gstsmoothwave.c +++ b/ext/smoothwave/gstsmoothwave.c @@ -310,6 +310,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index c6fa23dc..36d5e815 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -405,6 +405,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index af961a8c..34a8b60f 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -829,6 +829,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index e5eba857..9e97ad1e 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -652,7 +652,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/ext/tarkin/gsttarkin.c b/ext/tarkin/gsttarkin.c index e4619c66..c98873f3 100644 --- a/ext/tarkin/gsttarkin.c +++ b/ext/tarkin/gsttarkin.c @@ -44,6 +44,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/ext/xvid/gstxvid.c b/ext/xvid/gstxvid.c index 44f40b85..4ed5733c 100644 --- a/ext/xvid/gstxvid.c +++ b/ext/xvid/gstxvid.c @@ -101,6 +101,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst-libs/gst/audio/audio.c b/gst-libs/gst/audio/audio.c index 3a723b89..f5ddaf8b 100644 --- a/gst-libs/gst/audio/audio.c +++ b/gst-libs/gst/audio/audio.c @@ -192,7 +192,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/gst-libs/gst/idct/idct.c b/gst-libs/gst/idct/idct.c index 4e62a471..59c6a844 100644 --- a/gst-libs/gst/idct/idct.c +++ b/gst-libs/gst/idct/idct.c @@ -141,7 +141,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst-libs/gst/resample/resample.c b/gst-libs/gst/resample/resample.c index 52a80e61..575922dc 100644 --- a/gst-libs/gst/resample/resample.c +++ b/gst-libs/gst/resample/resample.c @@ -886,7 +886,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/gst-libs/gst/riff/riff.c b/gst-libs/gst/riff/riff.c index bb29150c..53a922a6 100644 --- a/gst-libs/gst/riff/riff.c +++ b/gst-libs/gst/riff/riff.c @@ -37,7 +37,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst-libs/gst/video/video.c b/gst-libs/gst/video/video.c index 0d4a2ea6..706acc3b 100644 --- a/gst-libs/gst/video/video.c +++ b/gst-libs/gst/video/video.c @@ -114,7 +114,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst-libs/gst/xwindowlistener/xwindowlistener.c b/gst-libs/gst/xwindowlistener/xwindowlistener.c index dda220c0..a2b76994 100644 --- a/gst-libs/gst/xwindowlistener/xwindowlistener.c +++ b/gst-libs/gst/xwindowlistener/xwindowlistener.c @@ -650,7 +650,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/cdxaparse/gstcdxaparse.c b/gst/cdxaparse/gstcdxaparse.c index e98406eb..6600fbcb 100644 --- a/gst/cdxaparse/gstcdxaparse.c +++ b/gst/cdxaparse/gstcdxaparse.c @@ -330,7 +330,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/chart/gstchart.c b/gst/chart/gstchart.c index f100d96a..ab712834 100644 --- a/gst/chart/gstchart.c +++ b/gst/chart/gstchart.c @@ -449,6 +449,5 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN) diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 7411b543..d5e1bce3 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -386,7 +386,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index 71e97e52..18822e3f 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -460,7 +460,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/gst/filter/gstfilter.c b/gst/filter/gstfilter.c index 8b5a8cd9..cb7fe554 100644 --- a/gst/filter/gstfilter.c +++ b/gst/filter/gstfilter.c @@ -100,7 +100,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, 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/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index bcaea0fd..babb7f30 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -524,7 +524,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index a5dc19c7..48f76368 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -840,8 +840,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - "(c) 2001 Kenton Varda \n" - "(c) 2001 Olivier Lapicque ", GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/mpeg1sys/gstmpeg1systemencode.c b/gst/mpeg1sys/gstmpeg1systemencode.c index 40eb41cb..62a7d4b1 100644 --- a/gst/mpeg1sys/gstmpeg1systemencode.c +++ b/gst/mpeg1sys/gstmpeg1systemencode.c @@ -575,7 +575,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index 3f5aa3dd..3ca8500a 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -510,7 +510,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 46681c6e..c98d9bee 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -439,8 +439,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - "(c) 2001 Samuel Hocevar \n" - "(c) 2001 Michel Lespinasse ", GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 3a1c067d..0ce2942d 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -600,7 +600,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c index 8410714e..676079d0 100644 --- a/gst/overlay/gstoverlay.c +++ b/gst/overlay/gstoverlay.c @@ -396,7 +396,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index 9942a758..8d58b2e2 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -330,7 +330,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "LGPL", - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 0c06bbd2..39225a79 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -577,7 +577,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/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index e5154291..2b9ff37d 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -44,7 +44,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - "(c) 2000 Justin Schoeman ", GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 4455c74f..b0f20938 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -351,7 +351,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/speed/gstspeed.c b/gst/speed/gstspeed.c index a8894075..8c602881 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -325,7 +325,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index 0e315c7c..f2e9a79d 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -233,7 +233,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index f3c68534..c0999dc8 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -379,7 +379,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, "GPL", - 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/videodrop/gstvideodrop.c b/gst/videodrop/gstvideodrop.c index 3de45574..eedf56be 100644 --- a/gst/videodrop/gstvideodrop.c +++ b/gst/videodrop/gstvideodrop.c @@ -252,7 +252,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index 4da88e38..b2463932 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -303,7 +303,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) diff --git a/sys/cdrom/gstcdplayer.c b/sys/cdrom/gstcdplayer.c index dccf4cba..b0c768b2 100644 --- a/sys/cdrom/gstcdplayer.c +++ b/sys/cdrom/gstcdplayer.c @@ -367,7 +367,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, /* ? */ - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/sys/glsink/gstglsink.c b/sys/glsink/gstglsink.c index 54d2938f..15e8926e 100644 --- a/sys/glsink/gstglsink.c +++ b/sys/glsink/gstglsink.c @@ -782,7 +782,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ); diff --git a/sys/qcam/gstqcamsrc.c b/sys/qcam/gstqcamsrc.c index e53485a3..2cfc323f 100644 --- a/sys/qcam/gstqcamsrc.c +++ b/sys/qcam/gstqcamsrc.c @@ -443,7 +443,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 ) diff --git a/sys/vcd/vcdsrc.c b/sys/vcd/vcdsrc.c index 0f559a8a..04db4410 100644 --- a/sys/vcd/vcdsrc.c +++ b/sys/vcd/vcdsrc.c @@ -410,7 +410,6 @@ GST_PLUGIN_DEFINE ( plugin_init, VERSION, GST_LICENSE, - GST_COPYRIGHT, GST_PACKAGE, GST_ORIGIN ) -- cgit v1.2.1