plugin: register as dashdemux instead of fragmented
authorOlivier Blin <olivier.blin@softathome.com>
Mon, 12 Nov 2012 09:54:35 +0000 (10:54 +0100)
committerThiago Santos <thiago.sousa.santos@collabora.com>
Wed, 8 May 2013 21:14:31 +0000 (18:14 -0300)
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

index 9e73618..7aaa358 100644 (file)
@@ -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/")