mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 06:31:08 +00:00
gst: Update for GST_PLUGIN_DEFINE() API changes
This commit is contained in:
parent
4ee98001e0
commit
1879c67d58
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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/")
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue