diff --git a/ext/dash/gstplugin.c b/ext/dash/gstplugin.c index 9e7361869a..7aaa358502 100644 --- a/ext/dash/gstplugin.c +++ b/ext/dash/gstplugin.c @@ -103,6 +103,6 @@ fragmented_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "fragmented", - "Fragmented streaming plugins", + "dashdemux", + "DASH demuxer plugin", fragmented_init, VERSION, "LGPL", PACKAGE_NAME, "http://www.gstreamer.org/")