gstreamer/ext/dash
Florin Apostol b2e689890f dashdemux: improve validation of UTCtiming element
gst_mpdparser_parse_utctiming_node does not validate the parsed values completely. The following scenarios are incorrectly accepted:
- elements with no schemeIdUri property should be rejected
- elements with unrecognized UTCTiming scheme should be rejected
- elements with empty values should be rejected

The last one triggers a division by 0 in gst_dash_demux_poll_clock_drift:
clock_drift->selected_url = clock_drift->selected_url % g_strv_length (urls);
because it urls is a valid pointer to an empty array.

https://bugzilla.gnome.org/show_bug.cgi?id=759547
2015-12-16 17:19:50 +01:00
..
gstdash_debug.h dash: use same debug category for dashdemux and the mpd parser 2013-07-01 14:22:02 -03:00
gstdashdemux.c dashdemux: clock_cond is not used and should be removed 2015-12-16 11:45:21 +01:00
gstdashdemux.h dashdemux: provide a default suggestedPresentationDelay 2015-10-29 13:26:46 +00:00
gstisoff.c dashdemux: Correctly assign earliest pts instead of overriding it with first offset 2015-10-02 16:00:08 +03:00
gstisoff.h dashdemux: parse the sidx index from isobmff streams 2015-01-16 15:00:11 -03:00
gstmpdparser.c dashdemux: improve validation of UTCtiming element 2015-12-16 17:19:50 +01:00
gstmpdparser.h dashdemux: Suggestion for setting the framerate information. 2015-12-08 09:51:02 +02:00
gstplugin.c dashdemux: remove typefinder, move it to typefindfunctions in -base 2015-07-16 21:28:28 +01:00
Makefile.am dashdemux: fix undefined reference to gst_ntp_clock_new 2015-10-11 10:51:24 +01:00