From 95ee4526258e39cec2d5db4bd8bb0e994bb8c62e Mon Sep 17 00:00:00 2001 From: David Corvoysier Date: Wed, 17 Oct 2012 15:52:19 +0200 Subject: [PATCH] We now only accept actual manifest files, and not any XML file --- ext/dash/gstdashdemux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/dash/gstdashdemux.c b/ext/dash/gstdashdemux.c index b705354b9e..861886b325 100644 --- a/ext/dash/gstdashdemux.c +++ b/ext/dash/gstdashdemux.c @@ -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