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.
This commit is contained in:
Olivier Blin 2012-11-12 10:54:35 +01:00 committed by Thiago Santos
parent 895e804a86
commit d058a7f2b2

View file

@ -103,6 +103,6 @@ fragmented_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR, GST_VERSION_MINOR,
"fragmented", "dashdemux",
"Fragmented streaming plugins", "DASH demuxer plugin",
fragmented_init, VERSION, "LGPL", PACKAGE_NAME, "http://www.gstreamer.org/") fragmented_init, VERSION, "LGPL", PACKAGE_NAME, "http://www.gstreamer.org/")