gstreamer/gst/flv
Tim-Philipp Müller 9afeb9652b flvdemux: un-break duration querying
Commit 2b9493b5 broke this in two ways: a) we should only
pass duration queries in TIME format upstream (or at least
not those in DEFAULT or BYTE format), and b) we mustn't
overwrite the default value of 'res' from TRUE to FALSE
and not set it again later. This led to bogus durations
being reported for FLV playback from file, because TIME
queries would fail (as 'res' had been set to FALSE) and
parsers then do a BYTE query as fallback and try to
guesstimate something in return, which of course goes
horribly wrong since the BYTE size returned is for the
muxed file.
2014-08-13 11:59:39 +01:00
..
amfdefs.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstflvdemux.c flvdemux: un-break duration querying 2014-08-13 11:59:39 +01:00
gstflvdemux.h flvdemux: Use GstFlowCombiner 2014-05-26 19:51:07 -03:00
gstflvmux.c flvmux: fix speex in FLV 2014-06-26 13:43:33 +01:00
gstflvmux.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstindex.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstindex.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstmemindex.c Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00