gstreamer/ext/dash
Nirbheek Chauhan f790863755 Explicitly define float constants as float
With MSVC, this gives the following warning:

warning C4305: 'function': truncation from 'double' to 'gfloat'

Apparently, MSVC does not figure out what type to use for constants
based on the assignment. This warning is very spammy, so let's try to
fix it.
2016-10-27 23:06:26 +05:30
..
gstdash_debug.h dash: use same debug category for dashdemux and the mpd parser 2013-07-01 14:22:02 -03:00
gstdashdemux.c Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
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: do not use invalid stream duration 2016-10-20 11:17:34 -03:00
gstmpdparser.h dashdemux: Add properties to select maximum allowed width/height and framerate 2016-08-26 18:12:23 +03: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