gstreamer/gst
Stefan Kost ab223520ed adder: rework timestamping
Adder was using always incrementing timestamps. Seeking was done by setting the
position in the newsegment event. This was failing when doing segmented seeks
with rate<0.0, as offset (and thus timestamp) would go below 0.

Now we take both cur and end from the seek event. We construct newsegment events
depending including cur and end from the seek event. We set position to the
start of the segment. Timestamp is set to start or end of segment depending on
rate. Offset is recalculated.
2010-04-30 09:24:13 +03:00
..
adder adder: rework timestamping 2010-04-30 09:24:13 +03:00
app Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:18 +00:00
audioconvert build: use LDADD instead of LDFLAGS to specify libs to link to when building executables 2010-04-14 14:08:15 +01:00
audiorate audiorate: Don't leak the input buffer in error cases 2010-04-16 20:51:48 +02:00
audioresample audioresample: Update speex resampler to latest GIT 2009-11-10 12:22:27 +01:00
audiotestsrc audiotestsrc: swap timestamps in forward and reverse mode. 2010-04-03 22:52:01 +03:00
ffmpegcolorspace ffmpegcolorspace: Use GST_BOILERPLATE and use GstVideoFilter as base class 2010-04-29 18:21:21 +02:00
gdp gst_element_class_set_details => gst_element_class_set_details_simple 2010-03-16 17:41:50 +01:00
playback playsink: Add support for deinterlacing 2010-04-29 18:21:21 +02:00
subparse Add -Wformat-nonliteral -Wformat-security 2010-03-17 12:09:25 +01:00
tcp build: Makefile.am fixes 2010-03-19 01:00:36 +00:00
typefind typefinding: add channels and rate to ADTS caps if we can 2010-04-12 15:04:31 +01:00
videorate videorate: add support for video/x-raw-gray 2010-04-29 18:21:21 +02:00
videoscale videoscale: Some random cleanup 2010-04-29 18:21:21 +02:00
videotestsrc videotestsrc: Only set color-matrix and chroma-site for relevant formats 2010-03-19 16:43:14 +01:00
volume volume: Remove useless cast 2010-03-17 15:41:45 +01:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00