gstffmpeg.c: Fix the description of the plugin.
authorEdward Hervey <bilboed@bilboed.com>
Wed, 15 Apr 2009 20:14:09 +0000 (22:14 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 15 Apr 2009 20:14:09 +0000 (22:14 +0200)
ext/ffmpeg/gstffmpeg.c

index 22ecadc..5e6b3d4 100644 (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/")