mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
gstffmpeg.c: Fix the description of the plugin.
This commit is contained in:
parent
05a1470151
commit
55336b1c5c
1 changed files with 1 additions and 1 deletions
|
@ -161,5 +161,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"ffmpeg",
|
||||
"All FFmpeg codecs (" FFMPEG_SOURCE ")",
|
||||
"All FFmpeg codecs and formats (" FFMPEG_SOURCE ")",
|
||||
plugin_init, PACKAGE_VERSION, "LGPL", "FFmpeg", "http://ffmpeg.org/")
|
||||
|
|
Loading…
Reference in a new issue