mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 11:04:09 +00:00
dashdemux: added parsing of bitstreamSwitching@AdaptationSet
https://bugzilla.gnome.org/show_bug.cgi?id=751170
This commit is contained in:
parent
581ae1d24d
commit
cc9885ef4e
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue