gstffmpeg.c: Fix the description of the plugin.

This commit is contained in:
Edward Hervey 2009-04-15 22:14:09 +02:00
parent 05a1470151
commit 55336b1c5c

View file

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