diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 17:40:12 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-05 17:40:12 +0200 |
commit | 29a893b4943fc8a98b9dd5a23db40a623cb87c36 (patch) | |
tree | 39f2138b3049cdc856a6f1074e61772b4bc1105c /gst | |
parent | 8ff6937ef72f8e657a1241114730a84c24f4d686 (diff) |
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'gst')
-rw-r--r-- | gst/asfdemux/gstasf.c | 2 | ||||
-rw-r--r-- | gst/dvdlpcmdec/gstdvdlpcmdec.c | 2 | ||||
-rw-r--r-- | gst/dvdsub/gstdvdsubdec.c | 2 | ||||
-rw-r--r-- | gst/realmedia/realmedia.c | 2 | ||||
-rw-r--r-- | gst/synaesthesia/gstsynaesthesia.c | 2 | ||||
-rw-r--r-- | gst/xingmux/plugin.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gst/asfdemux/gstasf.c b/gst/asfdemux/gstasf.c index 830e8320..15347ac2 100644 --- a/gst/asfdemux/gstasf.c +++ b/gst/asfdemux/gstasf.c @@ -67,6 +67,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "asf", + asf, "Demuxes and muxes audio and video in Microsofts ASF format", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/dvdlpcmdec/gstdvdlpcmdec.c b/gst/dvdlpcmdec/gstdvdlpcmdec.c index 08de375b..ce75fefa 100644 --- a/gst/dvdlpcmdec/gstdvdlpcmdec.c +++ b/gst/dvdlpcmdec/gstdvdlpcmdec.c @@ -853,6 +853,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dvdlpcmdec", + dvdlpcmdec, "Decode DVD LPCM frames into standard PCM", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/gst/dvdsub/gstdvdsubdec.c b/gst/dvdsub/gstdvdsubdec.c index 69135cee..91e536a7 100644 --- a/gst/dvdsub/gstdvdsubdec.c +++ b/gst/dvdsub/gstdvdsubdec.c @@ -1154,6 +1154,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "dvdsub", + dvdsub, "DVD subtitle parser and decoder", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/gst/realmedia/realmedia.c b/gst/realmedia/realmedia.c index 29a92505..d5e42341 100644 --- a/gst/realmedia/realmedia.c +++ b/gst/realmedia/realmedia.c @@ -54,6 +54,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "realmedia", + realmedia, "RealMedia support plugins", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); diff --git a/gst/synaesthesia/gstsynaesthesia.c b/gst/synaesthesia/gstsynaesthesia.c index 58a281a7..b6da1bcb 100644 --- a/gst/synaesthesia/gstsynaesthesia.c +++ b/gst/synaesthesia/gstsynaesthesia.c @@ -542,6 +542,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "synaesthesia", + synaesthesia, "Creates video visualizations of audio input, using stereo and pitch information", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/xingmux/plugin.c b/gst/xingmux/plugin.c index a871a4ab..72ba7303 100644 --- a/gst/xingmux/plugin.c +++ b/gst/xingmux/plugin.c @@ -36,6 +36,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "xingmux", + xingmux, "Add XING tags to mpeg audio files", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); |