diff options
Diffstat (limited to 'gst/multifilesink')
-rw-r--r-- | gst/multifilesink/gstmultifilesink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/multifilesink/gstmultifilesink.c b/gst/multifilesink/gstmultifilesink.c index 01948713..58025322 100644 --- a/gst/multifilesink/gstmultifilesink.c +++ b/gst/multifilesink/gstmultifilesink.c @@ -673,6 +673,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gstmultifilesink", + "multifilesink", "multiple file sink (sequentially) after new media events", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE, GST_ORIGIN) |