gst: Update for GST_PLUGIN_DEFINE() API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:41:11 +0000 (17:41 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 5 Apr 2012 15:41:11 +0000 (17:41 +0200)
ext/ffmpeg/gstffmpeg.c
ext/libpostproc/gstpostproc.c
ext/libswscale/gstffmpegscale.c

index 7fb99010f74d4e9a8641a879216e164bb41645a7..3c4a3e2df6a7bb1a76ce4079c5b352a054bda8d5 100644 (file)
@@ -160,7 +160,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "ffmpeg",
+    ffmpeg,
     "All FFmpeg codecs and formats (" FFMPEG_SOURCE ")",
     plugin_init, PACKAGE_VERSION,
 #ifdef GST_FFMPEG_ENABLE_LGPL
index aa05a9f34a694a4db69eb576acd1cf542ae492bc..81ba907492bf121052207ef40b51ae6b3dc1e4f8 100644 (file)
@@ -901,7 +901,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "postproc",
+    postproc,
     "postprocessing elements (" FFMPEG_SOURCE ")",
     plugin_init,
     PACKAGE_VERSION, "GPL", "FFMpeg", "http://ffmpeg.sourceforge.net/")
index ae5fb832956a5f6ef733d292f31bcdda1c423aa0..6cbcbcf2cead14c74662733232dc35a7db6ccbf6 100644 (file)
@@ -773,7 +773,7 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "ffvideoscale",
+    ffvideoscale,
     "videoscaling element (" FFMPEG_SOURCE ")", plugin_init, PACKAGE_VERSION,
 #ifdef GST_FFMPEG_ENABLE_LGPL
     "LGPL",