gst: Update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:40:12 +0000 (17:40 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:40:12 +0000 (17:40 +0200)
18 files changed:
ext/a52dec/gsta52dec.c
ext/amrnb/amrnb.c
ext/amrwbdec/amrwb.c
ext/cdio/gstcdio.c
ext/dvdread/dvdreadsrc.c
ext/lame/plugin.c
ext/mad/gstmad.c
ext/mad/gstmad.c.orig
ext/mpeg2dec/gstmpeg2dec.c
ext/sidplay/gstsiddec.cc
ext/twolame/gsttwolamemp2enc.c
ext/x264/gstx264enc.c
gst/asfdemux/gstasf.c
gst/dvdlpcmdec/gstdvdlpcmdec.c
gst/dvdsub/gstdvdsubdec.c
gst/realmedia/realmedia.c
gst/synaesthesia/gstsynaesthesia.c
gst/xingmux/plugin.c

index 2e65d36..004b5c3 100644 (file)
@@ -811,6 +811,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "a52dec",
+    a52dec,
     "Decodes ATSC A/52 encoded audio streams",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index a97df78..e7e8b4a 100644 (file)
@@ -36,7 +36,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "amrnb",
+    amrnb,
     "Adaptive Multi-Rate Narrow-Band",
     plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN);
index 5438410..362b306 100644 (file)
@@ -33,7 +33,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "amrwbdec",
+    amrwbdec,
     "Adaptive Multi-Rate Wide-Band Decoder",
     plugin_init, VERSION, GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN);
index 0f89256..2f58d18 100644 (file)
@@ -119,6 +119,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "cdio",
+    cdio,
     "Read audio from audio CDs",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 7f5536a..dce64cb 100644 (file)
@@ -1778,6 +1778,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "dvdread",
+    dvdread,
     "Access a DVD with dvdread",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index eaf1339..5aab8e8 100644 (file)
@@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "lame",
+    lame,
     "Encode MP3s with LAME",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 49b2d9a..3b477e3 100644 (file)
@@ -554,6 +554,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "mad",
+    mad,
     "mp3 decoding based on the mad library",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 20149f1..e7f0bb5 100644 (file)
@@ -562,6 +562,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "mad",
+    mad,
     "mp3 decoding based on the mad library",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index f86b877..d467682 100644 (file)
@@ -1413,6 +1413,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "mpeg2dec",
+    mpeg2dec,
     "LibMpeg2 decoder", plugin_init, VERSION, "GPL", GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN);
index 6ef6ef1..e63ce1d 100644 (file)
@@ -741,6 +741,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "siddec",
+    siddec,
     "Uses libsidplay to decode .sid files",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 2101c14..f309581 100644 (file)
@@ -886,6 +886,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "twolame",
+    twolame,
     "Encode MP2s with TwoLAME",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 1022b43..5fb9de4 100644 (file)
@@ -2505,6 +2505,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "x264",
+    x264,
     "libx264-based H264 plugins",
     plugin_init, VERSION, "GPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 830e832..15347ac 100644 (file)
@@ -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)
index 08de375..ce75fef 100644 (file)
@@ -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);
index 69135ce..91e536a 100644 (file)
@@ -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);
index 29a9250..d5e4234 100644 (file)
@@ -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);
index 58a281a..b6da1bc 100644 (file)
@@ -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)
index a871a4a..72ba730 100644 (file)
@@ -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);