gstreamer/tests
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
..
check dashdemux: improve validation of UTCtiming element 2015-12-16 17:19:50 +01:00
examples clutter: Fix compilation error in GL examples 2015-12-14 09:38:41 +01:00
files tests: files: adds missing file from previous commit 2014-07-28 16:55:15 -03:00
icles Remove unnecessary NULL checks before g_free() 2015-11-18 16:05:42 -08:00
Makefile.am tests: add very simple zbar unit test 2010-11-05 00:23:45 +00:00