mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
We now only accept actual manifest files, and not any XML file
This commit is contained in:
parent
763f4c3fc3
commit
95ee452625
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src%d",
|
|||
static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
|
||||
GST_PAD_SINK,
|
||||
GST_PAD_ALWAYS,
|
||||
GST_STATIC_CAPS ("application/xml"));
|
||||
GST_STATIC_CAPS ("application/dash+xml"));
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_dash_demux_debug);
|
||||
#define GST_CAT_DEFAULT gst_dash_demux_debug
|
||||
|
|
Loading…
Reference in a new issue