gst: Update for GST_PLUGIN_DEFINE() API change
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 13:11:05 +0000 (15:11 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 13:11:05 +0000 (15:11 +0200)
29 files changed:
ext/alsa/gstalsaplugin.c
ext/cdparanoia/gstcdparanoiasrc.c
ext/libvisual/visual.c
ext/ogg/gstogg.c
ext/pango/gstbasetextoverlay.c
ext/theora/gsttheora.c
ext/vorbis/gstivorbisdec.c
ext/vorbis/gstvorbis.c
gst/adder/gstadder.c
gst/app/gstapp.c
gst/audioconvert/plugin.c
gst/audiorate/gstaudiorate.c
gst/audioresample/gstaudioresample.c
gst/audiotestsrc/gstaudiotestsrc.c
gst/encoding/gstencodebin.c
gst/gdp/gstgdp.c
gst/gio/gstgio.c
gst/playback/gstdecodebin.c
gst/playback/gstplayback.c
gst/subparse/gstsubparse.c
gst/tcp/gsttcpplugin.c
gst/typefind/gsttypefindfunctions.c
gst/videoconvert/gstvideoconvert.c
gst/videorate/gstvideorate.c
gst/videoscale/gstvideoscale.c
gst/videotestsrc/gstvideotestsrc.c
gst/volume/gstvolume.c
sys/ximage/ximage.c
sys/xvimage/xvimage.c

index 69f539d..62a4a92 100644 (file)
@@ -86,6 +86,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "alsa",
+    alsa,
     "ALSA plugin library",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 3969b2b..ef43828 100644 (file)
@@ -529,7 +529,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "cdparanoia",
+    cdparanoia,
     "Read audio from CD in paranoid mode",
     plugin_init, GST_PLUGINS_BASE_VERSION, "LGPL", GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN)
index 2d4bc4e..51253e3 100644 (file)
@@ -1102,6 +1102,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "libvisual",
+    libvisual,
     "libvisual visualization plugins",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d1f16b8..8f9c5c0 100644 (file)
@@ -41,6 +41,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "ogg",
+    ogg,
     "ogg stream manipulation (info about ogg: http://xiph.org)",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 8fde0aa..7788d2c 100644 (file)
@@ -2820,5 +2820,5 @@ plugin_init (GstPlugin * plugin)
 }
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
-    "pango", "Pango-based text rendering and overlay", plugin_init,
+    pango, "Pango-based text rendering and overlay", plugin_init,
     VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 37f3211..bd63bbc 100644 (file)
@@ -47,6 +47,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "theora",
+    theora,
     "Theora plugin library",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d938238..bcb864d 100644 (file)
@@ -42,6 +42,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "ivorbisdec",
+    ivorbisdec,
     "Vorbis Tremor decoder",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index f710aaa..7356865 100644 (file)
@@ -68,6 +68,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "vorbis",
+    vorbis,
     "Vorbis plugin library",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 26040f3..942f943 100644 (file)
@@ -1361,6 +1361,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "adder",
+    adder,
     "Adds multiple streams",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index ca54ae4..3852f8c 100644 (file)
@@ -63,6 +63,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "app",
+    app,
     "Elements used to communicate with applications",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 5218b7c..d4ff6f8 100644 (file)
@@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "audioconvert",
+    audioconvert,
     "Convert audio to different formats",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 14a536a..8e9498c 100644 (file)
@@ -752,6 +752,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "audiorate",
+    audiorate,
     "Adjusts audio frames",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 06d0a72..1b1e59e 100644 (file)
@@ -1445,6 +1445,6 @@ 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);
index 62a52da..f894e95 100644 (file)
@@ -1312,6 +1312,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "audiotestsrc",
+    audiotestsrc,
     "Creates audio test signals of given frequency and volume",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 82c1676..a03eb84 100644 (file)
@@ -2047,6 +2047,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "encoding",
+    encoding,
     "various encoding-related elements", plugin_init, VERSION, GST_LICENSE,
     GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index bfdfbc1..a05b0bf 100644 (file)
@@ -41,6 +41,6 @@ plugin_init (GstPlugin * plugin)
 }
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
-    "gdp",
+    gdp,
     "Payload/depayload GDP packets", plugin_init,
     VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index af797af..f10d4a4 100644 (file)
@@ -258,6 +258,6 @@ plugin_init (GstPlugin * plugin)
   return ret;
 }
 
-GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "gio",
+GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, gio,
     "GIO elements", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN)
index eb3c346..7ccc7f5 100644 (file)
@@ -2070,6 +2070,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "decodebin",
+    decodebin,
     "decoder bin", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN)
index 73d1b46..cda9453 100644 (file)
@@ -57,6 +57,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "playback",
+    playback,
     "various playback elements", plugin_init, VERSION, GST_LICENSE,
     GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 630d049..48dc66b 100644 (file)
@@ -1827,6 +1827,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "subparse",
+    subparse,
     "Subtitle parsing",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 2496d19..4ba484a 100644 (file)
@@ -61,6 +61,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "tcp",
+    tcp,
     "transfer data over the network via TCP",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index d4edd15..50beb0a 100644 (file)
@@ -4680,6 +4680,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "typefindfunctions",
+    typefindfunctions,
     "default typefind functions",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index a59c6c4..1ccb87e 100644 (file)
@@ -467,5 +467,4 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "videoconvert", "Colorspace conversion", plugin_init, VERSION, "LGPL", "",
-    "")
+    videoconvert, "Colorspace conversion", plugin_init, VERSION, "LGPL", "", "")
index cdc35e1..41d0ac6 100644 (file)
@@ -1228,6 +1228,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "videorate",
+    videorate,
     "Adjusts video frames",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index f2b7dab..f3627bd 100644 (file)
@@ -1444,6 +1444,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "videoscale",
+    videoscale,
     "Resizes video", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME,
     GST_PACKAGE_ORIGIN)
index 3cdb98a..69253de 100644 (file)
@@ -900,6 +900,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "videotestsrc",
+    videotestsrc,
     "Creates a test video stream",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index babb819..8a639cd 100644 (file)
@@ -971,6 +971,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "volume",
+    volume,
     "plugin for controlling audio volume",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
index 24a9e61..ec4cdbc 100644 (file)
@@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "ximagesink",
+    ximagesink,
     "X11 video output element based on standard Xlib calls",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
index 5e2d619..7448672 100644 (file)
@@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "xvimagesink",
+    xvimagesink,
     "XFree86 video output plugin using Xv extension",
     plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)