From d058a7f2b2f54f4013d8d6041d9b87cc0344e90f Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 12 Nov 2012 10:54:35 +0100 Subject: [PATCH] plugin: register as dashdemux instead of fragmented This fixes conflicts with the HLS plugin, which is also named fragmented. When building its registry, gstreamer was picking one or the other between hls and dashdemux. --- ext/dash/gstplugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/")