mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
multifile: Fix plugin description
This commit is contained in:
parent
e0cdd879b4
commit
db6af4bd57
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue