summaryrefslogtreecommitdiff
path: root/ext/dash
diff options
context:
space:
mode:
authorFlorin Apostol <florin.apostol@oregan.net>2015-07-03 16:17:58 +0100
committerSebastian Dröge <sebastian@centricular.com>2015-07-07 14:08:04 +0300
commitcc9885ef4e13866c0eafe8e50de7f4af3f4f4f8e (patch)
tree1fc1fa50092eb79c78326c3ee9b97515551ed034 /ext/dash
parent581ae1d24d9bc034ff3a514288c0a344370ffe06 (diff)
downloadgstreamer-plugins-bad-cc9885ef4e13866c0eafe8e50de7f4af3f4f4f8e.tar.gz
dashdemux: added parsing of bitstreamSwitching@AdaptationSet
https://bugzilla.gnome.org/show_bug.cgi?id=751170
Diffstat (limited to 'ext/dash')
-rw-r--r--ext/dash/gstmpdparser.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dash/gstmpdparser.c b/ext/dash/gstmpdparser.c
index add782464..878c3a560 100644
--- a/ext/dash/gstmpdparser.c
+++ b/ext/dash/gstmpdparser.c
@@ -1578,6 +1578,8 @@ gst_mpdparser_parse_adaptation_set_node (GList ** list, xmlNode * a_node,
&new_adap_set->maxFrameRate);
gst_mpdparser_get_xml_prop_cond_uint (a_node, "segmentAlignment",
&new_adap_set->segmentAlignment);
+ gst_mpdparser_get_xml_prop_boolean (a_node, "bitstreamSwitching",
+ FALSE, &new_adap_set->bitstreamSwitching);
gst_mpdparser_get_xml_prop_cond_uint (a_node, "subsegmentAlignment",
&new_adap_set->subsegmentAlignment);
gst_mpdparser_get_xml_prop_SAP_type (a_node, "subsegmentStartsWithSAP",