summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/multifile/gstmultifile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifile/gstmultifile.c b/gst/multifile/gstmultifile.c
index 873dcb17..aaa69c84 100644
--- a/gst/multifile/gstmultifile.c
+++ b/gst/multifile/gstmultifile.c
@@ -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);