mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
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:
parent
895e804a86
commit
d058a7f2b2
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||||
|
|
Loading…
Reference in a new issue