From cda192b3b7e54fdbee55958b39030d493ff21411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: gst: Update for GST_PLUGIN_DEFINE() API changes --- ext/apexsink/gstapexplugin.c | 2 +- ext/arts/gst_arts.c | 2 +- ext/artsd/gstartsdsink.c | 7 ++++--- ext/assrender/gstassrender.c | 2 +- ext/audiofile/gstaf.c | 2 +- ext/audioresample/gstaudioresample.c | 2 +- ext/bz2/gstbz2.c | 2 +- ext/cdaudio/gstcdaudio.c | 2 +- ext/celt/gstcelt.c | 2 +- ext/chromaprint/gstchromaprint.c | 2 +- ext/cog/gstcog.c | 2 +- ext/curl/gstcurl.c | 2 +- ext/dc1394/gstdc1394.c | 2 +- ext/dirac/gstdirac.cc | 2 +- ext/directfb/dfbvideosink.c | 2 +- ext/divx/gstdivxdec.c | 2 +- ext/divx/gstdivxenc.c | 2 +- ext/dts/gstdtsdec.c | 2 +- ext/faac/gstfaac.c | 2 +- ext/faad/gstfaad.c | 2 +- ext/flite/gstflite.c | 2 +- ext/gme/gstgme.c | 2 +- ext/gsettings/plugin.c | 2 +- ext/gsm/gstgsm.c | 2 +- ext/hermes/gsthermescolorspace.c | 2 +- ext/jp2k/gstjp2k.c | 2 +- ext/kate/gstkate.c | 2 +- ext/ladspa/gstladspa.c | 2 +- ext/lcs/gstcolorspace.c | 2 +- ext/libfame/gstlibfame.c | 2 +- ext/libmms/gstmms.c | 2 +- ext/lv2/gstlv2.c | 2 +- ext/mimic/gstmimic.c | 2 +- ext/modplug/gstmodplug.cc | 2 +- ext/mpeg2enc/gstmpeg2enc.cc | 2 +- ext/mplex/gstmplex.cc | 2 +- ext/musepack/gstmusepackdec.c | 2 +- ext/musicbrainz/gsttrm.c | 2 +- ext/mythtv/gstmythtvsrc.c | 2 +- ext/nas/nassink.c | 2 +- ext/neon/gstneonhttpsrc.c | 2 +- ext/ofa/gstofa.c | 2 +- ext/openal/gstopenal.c | 2 +- ext/opencv/gstopencv.c | 2 +- ext/opus/gstopus.c | 2 +- ext/resindvd/plugin.c | 2 +- ext/rsvg/gstrsvg.c | 2 +- ext/rtmp/gstrtmp.c | 2 +- ext/schroedinger/gstschro.c | 2 +- ext/sdl/gstsdl.c | 2 +- ext/shout/gstshout.c | 2 +- ext/snapshot/gstsnapshot.c | 2 +- ext/sndfile/gstsf.c | 2 +- ext/soundtouch/plugin.c | 2 +- ext/spandsp/gstspandsp.c | 2 +- ext/spc/gstspc.c | 2 +- ext/swfdec/gstswfdec.c | 2 +- ext/teletextdec/teletext.c | 2 +- ext/timidity/gsttimidity.c | 2 +- ext/timidity/gstwildmidi.c | 2 +- ext/voaacenc/gstvoaac.c | 2 +- ext/voamrwbenc/gstvoamrwb.c | 2 +- ext/vp8/plugin.c | 2 +- ext/wayland/gstwaylandsink.c | 2 +- ext/xvid/gstxvid.c | 2 +- ext/zbar/gstzbar.c | 2 +- 66 files changed, 69 insertions(+), 68 deletions(-) (limited to 'ext') diff --git a/ext/apexsink/gstapexplugin.c b/ext/apexsink/gstapexplugin.c index edcc39337..8ebd9c084 100644 --- a/ext/apexsink/gstapexplugin.c +++ b/ext/apexsink/gstapexplugin.c @@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "apexsink", + apexsink, "Apple AirPort Express Plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/arts/gst_arts.c b/ext/arts/gst_arts.c index 90742289d..97df29151 100644 --- a/ext/arts/gst_arts.c +++ b/ext/arts/gst_arts.c @@ -173,6 +173,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "arts", + arts, "arTs filter wrapper", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index 79dd28d85..6b77c8e07 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -277,11 +277,12 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "artsdsink", + artsdsink, "Plays audio to an aRts server", - plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) + plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); - static gboolean gst_artsdsink_open_audio (GstArtsdsink * sink) +static gboolean +gst_artsdsink_open_audio (GstArtsdsink * sink) { const char connname[] = "gstreamer"; int errcode; diff --git a/ext/assrender/gstassrender.c b/ext/assrender/gstassrender.c index b33444d81..b4d0d43d3 100644 --- a/ext/assrender/gstassrender.c +++ b/ext/assrender/gstassrender.c @@ -1428,6 +1428,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "assrender", + assrender, "ASS/SSA subtitle renderer", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/audiofile/gstaf.c b/ext/audiofile/gstaf.c index 8861672f7..87342b1a3 100644 --- a/ext/audiofile/gstaf.c +++ b/ext/audiofile/gstaf.c @@ -42,6 +42,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "audiofile", + audiofile, "Audiofile plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/audioresample/gstaudioresample.c b/ext/audioresample/gstaudioresample.c index 5e7fafc31..28dede846 100644 --- a/ext/audioresample/gstaudioresample.c +++ b/ext/audioresample/gstaudioresample.c @@ -426,6 +426,6 @@ static gboolean plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "audioresample", + audioresample, "Resamples audio", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/bz2/gstbz2.c b/ext/bz2/gstbz2.c index 130ca1b4d..37427f823 100644 --- a/ext/bz2/gstbz2.c +++ b/ext/bz2/gstbz2.c @@ -37,6 +37,6 @@ plugin_init (GstPlugin * p) return TRUE; } -GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "bz2", +GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, bz2, "Compress or decompress streams", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c index f1f0fb40b..ebd974168 100644 --- a/ext/cdaudio/gstcdaudio.c +++ b/ext/cdaudio/gstcdaudio.c @@ -650,6 +650,6 @@ cdaudio_uri_handler_init (gpointer g_iface, gpointer iface_data) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "cdaudio", + cdaudio, "Play CD audio through the CD Drive", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/celt/gstcelt.c b/ext/celt/gstcelt.c index 24b7d3ef2..98ff7f36a 100644 --- a/ext/celt/gstcelt.c +++ b/ext/celt/gstcelt.c @@ -45,6 +45,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "celt", + celt, "CELT plugin library", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/chromaprint/gstchromaprint.c b/ext/chromaprint/gstchromaprint.c index c3c024be8..760d3ec4e 100644 --- a/ext/chromaprint/gstchromaprint.c +++ b/ext/chromaprint/gstchromaprint.c @@ -313,6 +313,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "chromaprint", + chromaprint, "Calculate Chromaprint fingerprint from audio files", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/cog/gstcog.c b/ext/cog/gstcog.c index beb147a9e..f273aab38 100644 --- a/ext/cog/gstcog.c +++ b/ext/cog/gstcog.c @@ -63,6 +63,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "cog", + cog, "Cog plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/curl/gstcurl.c b/ext/curl/gstcurl.c index 39c214d75..598dd2de8 100644 --- a/ext/curl/gstcurl.c +++ b/ext/curl/gstcurl.c @@ -35,6 +35,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "curl", + curl, "libcurl-based elements", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/dc1394/gstdc1394.c b/ext/dc1394/gstdc1394.c index 09c4fd1f9..65146d1ae 100644 --- a/ext/dc1394/gstdc1394.c +++ b/ext/dc1394/gstdc1394.c @@ -1330,6 +1330,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dc1394", + dc1394, "1394 IIDC Video Source", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/dirac/gstdirac.cc b/ext/dirac/gstdirac.cc index d23a78e1b..5efab2ef9 100644 --- a/ext/dirac/gstdirac.cc +++ b/ext/dirac/gstdirac.cc @@ -50,6 +50,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dirac", + dirac, "Dirac plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 0d73172e3..717a9680e 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -2396,6 +2396,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dfbvideosink", + dfbvideosink, "DirectFB video output plugin", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c index 2b6625616..d43b6cf83 100644 --- a/ext/divx/gstdivxdec.c +++ b/ext/divx/gstdivxdec.c @@ -571,7 +571,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "divxdec", + divxdec, "DivX decoder", plugin_init, "5.03", GST_LICENSE_UNKNOWN, "divx4linux", "http://www.divx.com/"); diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c index 924f6749d..f2c66bd48 100644 --- a/ext/divx/gstdivxenc.c +++ b/ext/divx/gstdivxenc.c @@ -538,7 +538,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "divxenc", + divxenc, "DivX encoder", plugin_init, "5.03", GST_LICENSE_UNKNOWN, "divx4linux", "http://www.divx.com/"); diff --git a/ext/dts/gstdtsdec.c b/ext/dts/gstdtsdec.c index 23487501e..bed70e05a 100644 --- a/ext/dts/gstdtsdec.c +++ b/ext/dts/gstdtsdec.c @@ -782,6 +782,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dtsdec", + dtsdec, "Decodes DTS audio streams", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/faac/gstfaac.c b/ext/faac/gstfaac.c index b437245fa..2f55f40e6 100644 --- a/ext/faac/gstfaac.c +++ b/ext/faac/gstfaac.c @@ -786,6 +786,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "faac", + faac, "Free AAC Encoder (FAAC)", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c index ac828a18e..c6f1e42e8 100644 --- a/ext/faad/gstfaad.c +++ b/ext/faad/gstfaad.c @@ -896,6 +896,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "faad", + faad, "Free AAC Decoder (FAAD)", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/flite/gstflite.c b/ext/flite/gstflite.c index d75bd2ffe..68d7a4d84 100644 --- a/ext/flite/gstflite.c +++ b/ext/flite/gstflite.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "flite", + flite, "Flite speech synthesizer plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/gme/gstgme.c b/ext/gme/gstgme.c index 07e240e47..2784da5fa 100644 --- a/ext/gme/gstgme.c +++ b/ext/gme/gstgme.c @@ -509,6 +509,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gmedec", + gmedec, "GME Audio Decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/gsettings/plugin.c b/ext/gsettings/plugin.c index 6d562e8d5..3b563041c 100644 --- a/ext/gsettings/plugin.c +++ b/ext/gsettings/plugin.c @@ -45,6 +45,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gsettings", + gsettings, "GSettings plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index 9b32abedc..b06b92f3b 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.c @@ -41,6 +41,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gsm", + gsm, "GSM encoder/decoder", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c index c46572c77..aa8164ce1 100644 --- a/ext/hermes/gsthermescolorspace.c +++ b/ext/hermes/gsthermescolorspace.c @@ -659,6 +659,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "hermescolorspace", + hermescolorspace, "Hermes colorspace converter", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/jp2k/gstjp2k.c b/ext/jp2k/gstjp2k.c index a032b31a6..5500aa91b 100644 --- a/ext/jp2k/gstjp2k.c +++ b/ext/jp2k/gstjp2k.c @@ -49,6 +49,6 @@ plugin_init (GstPlugin * plugin) * so keep the name plugin_desc, or you cannot get your plug-in registered */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "jp2k", + jp2k, "Jasper-based JPEG2000 image decoder/encoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/kate/gstkate.c b/ext/kate/gstkate.c index c7858e495..fea96af77 100644 --- a/ext/kate/gstkate.c +++ b/ext/kate/gstkate.c @@ -112,6 +112,6 @@ plugin_init (GstPlugin * plugin) */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "kate", + kate, "Kate plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index da03e6feb..741f055c5 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -886,6 +886,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "ladspa", + ladspa, "All LADSPA plugins", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 5b4479c14..4f092703f 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -479,6 +479,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "lcscolorspace", + lcscolorspace, "LCS colorspace convertor", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/libfame/gstlibfame.c b/ext/libfame/gstlibfame.c index fefbd685a..c701af0b4 100644 --- a/ext/libfame/gstlibfame.c +++ b/ext/libfame/gstlibfame.c @@ -589,7 +589,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "fameenc", + fameenc, "Fast Assembly MPEG Encoder", plugin_init, LIBFAME_VERSION, "LGPL", "libfame", "http://fame.sourceforge.net/") diff --git a/ext/libmms/gstmms.c b/ext/libmms/gstmms.c index 781f83f0f..ee948336b 100644 --- a/ext/libmms/gstmms.c +++ b/ext/libmms/gstmms.c @@ -633,6 +633,6 @@ gst_mms_uri_handler_init (gpointer g_iface, gpointer iface_data) * so keep the name plugin_desc, or you cannot get your plug-in registered */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mms", + mms, "Microsoft Multi Media Server streaming protocol support", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/lv2/gstlv2.c b/ext/lv2/gstlv2.c index 6a4fcb1a2..06876a8b6 100644 --- a/ext/lv2/gstlv2.c +++ b/ext/lv2/gstlv2.c @@ -947,6 +947,6 @@ __attribute__ ((destructor)) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "lv2", + lv2, "All LV2 plugins", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/mimic/gstmimic.c b/ext/mimic/gstmimic.c index c23cc39db..5893df64a 100644 --- a/ext/mimic/gstmimic.c +++ b/ext/mimic/gstmimic.c @@ -41,6 +41,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mimic", + mimic, "Mimic codec", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc index 3d7cbc04f..2016832a0 100644 --- a/ext/modplug/gstmodplug.cc +++ b/ext/modplug/gstmodplug.cc @@ -917,6 +917,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "modplug", + modplug, ".MOD audio decoding", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/mpeg2enc/gstmpeg2enc.cc b/ext/mpeg2enc/gstmpeg2enc.cc index f504be53b..ec86693cd 100644 --- a/ext/mpeg2enc/gstmpeg2enc.cc +++ b/ext/mpeg2enc/gstmpeg2enc.cc @@ -743,6 +743,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mpeg2enc", + mpeg2enc, "High-quality MPEG-1/2 video encoder", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index ba461e6e5..aa26f341b 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -815,6 +815,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mplex", + mplex, "High-quality MPEG/DVD/SVCD/VCD video/audio multiplexer", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/musepack/gstmusepackdec.c b/ext/musepack/gstmusepackdec.c index 0401686bb..73de68234 100644 --- a/ext/musepack/gstmusepackdec.c +++ b/ext/musepack/gstmusepackdec.c @@ -666,6 +666,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "musepack", + musepack, "Musepack decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index 7e53cc078..987f90e8f 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -388,6 +388,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "musicbrainz", + musicbrainz, "A TRM signature producer based on libmusicbrainz", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/mythtv/gstmythtvsrc.c b/ext/mythtv/gstmythtvsrc.c index ca9865ebd..dfb34876a 100644 --- a/ext/mythtv/gstmythtvsrc.c +++ b/ext/mythtv/gstmythtvsrc.c @@ -959,7 +959,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mythtv", + mythtv, "lib MythTV src", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/nas/nassink.c b/ext/nas/nassink.c index 4b535951b..e4ebf8da8 100644 --- a/ext/nas/nassink.c +++ b/ext/nas/nassink.c @@ -632,6 +632,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "nas", + nas, "NAS (Network Audio System) support for GStreamer", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index 7d46ce41e..578646afe 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -1137,6 +1137,6 @@ plugin_init (GstPlugin * plugin) * so keep the name plugin_desc, or you cannot get your plug-in registered */ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "neon", + neon, "lib neon http client src", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/ofa/gstofa.c b/ext/ofa/gstofa.c index 6081fdb28..f058e281b 100644 --- a/ext/ofa/gstofa.c +++ b/ext/ofa/gstofa.c @@ -275,6 +275,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "ofa", + ofa, "Calculate MusicIP fingerprint from audio files", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/openal/gstopenal.c b/ext/openal/gstopenal.c index 7022441b5..cf761cb8b 100644 --- a/ext/openal/gstopenal.c +++ b/ext/openal/gstopenal.c @@ -50,6 +50,6 @@ plugin_init (GstPlugin * plugin) } GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "openal", + openal, "OpenAL support for GStreamer", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/opencv/gstopencv.c b/ext/opencv/gstopencv.c index 270c7885e..fc7f7c3a9 100644 --- a/ext/opencv/gstopencv.c +++ b/ext/opencv/gstopencv.c @@ -84,6 +84,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "opencv", + opencv, "GStreamer OpenCV Plugins", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/opus/gstopus.c b/ext/opus/gstopus.c index aea0110f4..55e19c49d 100644 --- a/ext/opus/gstopus.c +++ b/ext/opus/gstopus.c @@ -61,6 +61,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "opus", + opus, "OPUS plugin library", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/resindvd/plugin.c b/ext/resindvd/plugin.c index 33b95003b..ea939eb62 100644 --- a/ext/resindvd/plugin.c +++ b/ext/resindvd/plugin.c @@ -55,6 +55,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "resindvd", + resindvd, "Resin DVD playback elements", plugin_init, VERSION, "GPL", "GStreamer", "http://gstreamer.net/") diff --git a/ext/rsvg/gstrsvg.c b/ext/rsvg/gstrsvg.c index 1318e7098..0e181109d 100644 --- a/ext/rsvg/gstrsvg.c +++ b/ext/rsvg/gstrsvg.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "rsvg", + rsvg, "RSVG plugin library", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/rtmp/gstrtmp.c b/ext/rtmp/gstrtmp.c index 7acbea4a9..294ab77fe 100644 --- a/ext/rtmp/gstrtmp.c +++ b/ext/rtmp/gstrtmp.c @@ -49,6 +49,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "rtmp", + rtmp, "RTMP source and sink", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/schroedinger/gstschro.c b/ext/schroedinger/gstschro.c index c486473f9..5752100cb 100644 --- a/ext/schroedinger/gstschro.c +++ b/ext/schroedinger/gstschro.c @@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "schro", + schro, "Schroedinger plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/sdl/gstsdl.c b/ext/sdl/gstsdl.c index 9910d1093..8813edb95 100644 --- a/ext/sdl/gstsdl.c +++ b/ext/sdl/gstsdl.c @@ -40,6 +40,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "sdl", + sdl, "SDL (Simple DirectMedia Layer) support for GStreamer", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index c5a71136a..bb50d89db 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -461,6 +461,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "icecastsend", + icecastsend, "Sends data to an icecast server using libshout", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index 97ffbed5f..04836b122 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -334,6 +334,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "snapshot", + snapshot, "Dump a frame to a png file", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/sndfile/gstsf.c b/ext/sndfile/gstsf.c index 6148e8529..c2b4a0581 100644 --- a/ext/sndfile/gstsf.c +++ b/ext/sndfile/gstsf.c @@ -125,6 +125,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "sndfile", + sndfile, "use libsndfile to read and write audio from and to files", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/soundtouch/plugin.c b/ext/soundtouch/plugin.c index 77cc30492..509204600 100644 --- a/ext/soundtouch/plugin.c +++ b/ext/soundtouch/plugin.c @@ -35,6 +35,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "soundtouch", + soundtouch, "Audio Pitch Controller & BPM Detection", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/spandsp/gstspandsp.c b/ext/spandsp/gstspandsp.c index ad1c3a817..68676691a 100644 --- a/ext/spandsp/gstspandsp.c +++ b/ext/spandsp/gstspandsp.c @@ -35,6 +35,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "spandsp", + spandsp, "libspandsp plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c index 60ad33d3e..4d76b2425 100644 --- a/ext/spc/gstspc.c +++ b/ext/spc/gstspc.c @@ -590,6 +590,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "spcdec", + spcdec, "OpenSPC Audio Decoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index 9394ddec3..0816f9f67 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -903,6 +903,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "swfdec", + swfdec, "Uses libswfdec to decode Flash video streams", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/teletextdec/teletext.c b/ext/teletextdec/teletext.c index df4e635a0..5d3f13e4c 100644 --- a/ext/teletextdec/teletext.c +++ b/ext/teletextdec/teletext.c @@ -38,6 +38,6 @@ teletext_init (GstPlugin * teletext) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "teletext", + teletext, "Teletext plugin", teletext_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/") diff --git a/ext/timidity/gsttimidity.c b/ext/timidity/gsttimidity.c index 51bad60b4..1857d53b7 100644 --- a/ext/timidity/gsttimidity.c +++ b/ext/timidity/gsttimidity.c @@ -802,6 +802,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "timidity", + timidity, "Timidity Plugin", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/timidity/gstwildmidi.c b/ext/timidity/gstwildmidi.c index c8570a05b..a37264c21 100644 --- a/ext/timidity/gstwildmidi.c +++ b/ext/timidity/gstwildmidi.c @@ -1002,6 +1002,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "wildmidi", + wildmidi, "Wildmidi Plugin", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/voaacenc/gstvoaac.c b/ext/voaacenc/gstvoaac.c index 30b5df952..5a655e7f9 100644 --- a/ext/voaacenc/gstvoaac.c +++ b/ext/voaacenc/gstvoaac.c @@ -33,6 +33,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "voaacenc", + voaacenc, "AAC audio encoder", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/voamrwbenc/gstvoamrwb.c b/ext/voamrwbenc/gstvoamrwb.c index c6c0d3a77..8e497ad5a 100644 --- a/ext/voamrwbenc/gstvoamrwb.c +++ b/ext/voamrwbenc/gstvoamrwb.c @@ -33,7 +33,7 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "voamrwbenc", + voamrwbenc, "Adaptive Multi-Rate Wide-Band Encoder", plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/ext/vp8/plugin.c b/ext/vp8/plugin.c index cdecdc309..cceae06af 100644 --- a/ext/vp8/plugin.c +++ b/ext/vp8/plugin.c @@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "vp8", + vp8, "VP8 plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c index ecc026dc4..2214409c4 100644 --- a/ext/wayland/gstwaylandsink.c +++ b/ext/wayland/gstwaylandsink.c @@ -676,6 +676,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "waylandsink", + waylandsink, "Wayland Video Sink", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/xvid/gstxvid.c b/ext/xvid/gstxvid.c index e4b48093c..a4a536aba 100644 --- a/ext/xvid/gstxvid.c +++ b/ext/xvid/gstxvid.c @@ -366,6 +366,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "xvid", + xvid, "XviD plugin library", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/ext/zbar/gstzbar.c b/ext/zbar/gstzbar.c index c1ba30c3c..b1abd0e95 100644 --- a/ext/zbar/gstzbar.c +++ b/ext/zbar/gstzbar.c @@ -338,6 +338,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "zbar", + zbar, "zbar barcode scanner", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); -- cgit v1.2.1