multifile: Fix plugin description
authorJan Schmidt <thaytan@noraisin.net>
Mon, 5 Oct 2009 16:36:55 +0000 (17:36 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 7 Oct 2009 22:42:48 +0000 (23:42 +0100)
gst/multifile/gstmultifile.c

index 873dcb1..aaa69c8 100644 (file)
@@ -45,5 +45,5 @@ plugin_init (GstPlugin * plugin)
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
     "multifile",
-    "Writes buffers to sequentially named files",
+    "Reads/Writes buffers from/to sequentially named files",
     plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);