gstreamer/ext/dash
Sebastian Dröge eef53ef6ed dash: Fix stripping of space at the beginning/end of durations
The way how strchr() was called here, it could easily read after the end
of the string. Use g_ascii_isspace() instead.

Detected by asan in the unit test.
2016-11-27 12:20:11 +02: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: Fix leak in gst_dash_demux_stream_free 2016-11-19 12:01:20 +02:00
gstdashdemux.h dashdemux: Add properties to select maximum allowed width/height and framerate 2016-08-26 18:12:23 +03:00
gstisoff.c dashdemux: Implement parsing of moof box 2016-08-11 11:56:54 +02:00
gstisoff.h dashdemux: Implement parsing of moof box 2016-08-11 11:56:54 +02:00
gstmpdparser.c dash: Fix stripping of space at the beginning/end of durations 2016-11-27 12:20:11 +02:00
gstmpdparser.h mpdparser: Support multiple Period elements in external xml 2016-11-14 16:56:43 +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
meson.build Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00