gstreamer/gst
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
..
alpha alpha: use POFFSET instead of OFFSET 2013-09-23 14:45:23 +02:00
apetag g_memmove() is deprecated 2013-11-21 15:30:34 +00:00
audiofx Release 1.3.1 2014-05-03 18:02:23 +02:00
audioparsers aacparse: Properly report in the CAPS query that we can convert ADTS<->RAW 2014-07-16 17:27:57 +02:00
auparse gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
autodetect autovideosrc: use videotestsrc as fallback element instead of fakesrc 2014-06-28 14:25:25 +01:00
avi avidemux, wavparse: Print invalid fourcc in hex 2014-07-04 09:21:07 +01:00
cutter gst: Don't use endianness-specific S8 audio format 2014-02-04 13:44:29 +01:00
debugutils navseek: Unref peer pad after usage 2014-08-08 15:50:55 -03:00
deinterlace deinterlace: Fix compiler warnings when compiling with G_DISABLE_ASSERT 2014-06-29 19:54:44 +02:00
dtmf g_memmove() is deprecated 2013-11-21 15:30:34 +00:00
effectv effectv: fix doc section of revtv element 2014-02-06 12:21:07 +01:00
equalizer gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
flv flvdemux: un-break duration querying 2014-08-13 11:59:39 +01:00
flx flxdec: fix integer overflow 2014-05-02 14:18:08 +01:00
goom goom: Use fabs() instead of abs() to calculate the floating point absolute value 2014-05-19 11:24:06 +02:00
goom2k1 goom: Remove unused functions 2014-02-09 23:38:44 +01:00
icydemux icydemux: Unref dropped events 2014-04-16 18:50:50 +02:00
id3demux gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
imagefreeze imagefreeze: Unref pad template caps after usage 2014-08-08 15:54:39 -03:00
interleave interleave: set output caps layout to interleaved 2014-07-29 11:49:32 +02:00
isomp4 qtdemux: forward DISCONT from upstream to the output streams 2014-08-11 10:28:14 +02:00
law mulawdec: Require caps to be set before accepting any data 2013-12-05 12:15:29 +01:00
level level: Use the correct number of samples to iterate over the input array 2014-04-16 18:50:50 +02:00
matroska matroskademux: send gap events instead of segment tricks 2014-07-01 15:14:34 +01:00
monoscope monoscope: Fix debug statement 2013-04-26 12:16:49 +02:00
multifile docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 23:35:17 +01:00
multipart multipartdemux: guard against having no MIME type 2014-06-11 17:44:56 +01:00
replaygain rgvolume: Avoid taking unnecessary refs 2014-07-16 16:45:43 +02:00
rtp rtph263ppay: Unref pad template caps after use 2014-08-08 16:02:24 -03:00
rtpmanager rtpmux: Unref pad template caps after usage 2014-08-08 15:38:32 -03:00
rtsp rtspsrc: Push the correct segment in TCP mode when seeking 2014-08-05 16:28:04 +02:00
shapewipe shapewipe: Unref caps and element after usage 2014-08-10 11:09:09 +01:00
smpte smpte: fix copy/paste error causing unmap on wrong buffer 2014-04-07 12:43:57 +01:00
spectrum docs: remove outdated and pointless 'Last reviewed' lines from docs 2014-04-26 23:35:17 +01:00
udp multiudpsink: optimisation: avoid unnecessary memory ref/unrefs 2014-06-20 12:21:05 +01:00
videobox videobox: Don't overwrite the first component with the alpha value for BGRx 2014-07-19 11:31:45 +02:00
videocrop videocrop: Add support for GRAY16_LE/GRAY16_BE 2013-05-15 09:29:30 +02:00
videofilter videobalance: Allow any raw caps in passthrough mode, not just the ones we handle 2014-08-13 13:25:36 +03:00
videomixer videomixer: Unref allowed caps after usage 2014-08-08 15:59:36 -03:00
wavenc wavenc: Return not-negotiated if we got no caps or caps negotiation failed 2014-07-10 14:37:31 +02:00
wavparse avidemux, wavparse: Print invalid fourcc in hex 2014-07-04 09:21:07 +01:00
y4m y4mencode: Remove dead code 2013-12-30 13:50:35 +01:00
Makefile.am build: build plugins and examples in parallel where possible 2010-03-29 11:00:57 +01:00