We now only accept actual manifest files, and not any XML file
This commit is contained in:
parent
763f4c3fc3
commit
95ee452625
@ -157,7 +157,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src%d",
|
|||||||
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("application/xml"));
|
GST_STATIC_CAPS ("application/dash+xml"));
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_dash_demux_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_dash_demux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_dash_demux_debug
|
#define GST_CAT_DEFAULT gst_dash_demux_debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user