[Bug 751170] dashdemux: the bitstreamSwitching attribute from AdaptationSet is not parsed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 19 02:51:17 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751170

--- Comment #5 from Florin Apostol <florin.apostol at oregan.net> ---
I see "parsing" and "using" 2 separate things: 
- the parser scope is to implement the ability to correctly extract data from
the xml. All the data mentioned in the standard. It is not its decision what it
is important and what not.
- the "using" code can decide what parsed information is used and what is not
used. It's scope is to process the information extracted by the parser and
provide this information to the user of the gstmpdparser API.

The 2 parts can thus be logically separated.

The parsing API is the gst_mpd_parse function. The "using" API are all the
other functions from gstmpdparser.h file

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list