gst: Update for GST_PLUGIN_DEFINE() API changes

This commit is contained in:
Sebastian Dröge 2012-04-05 17:41:11 +02:00
parent 4ee98001e0
commit 1879c67d58
3 changed files with 3 additions and 3 deletions

View 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

View 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/")

View 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",