mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
9ce93abb29
In reverse playback, buffers have to be displayed at buffer.stop running time, meaning: buffer.pts + buffer.duration = prev_buffer.pts => buffer.duration = prev_buffer.pts - buffer.pts We were setting buffer.duration = next_buffer.pts - buffer.pts which is not correct. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/646> |
||
---|---|---|
.. | ||
generate_sine_table.c | ||
gstvideotestsrc.c | ||
gstvideotestsrc.h | ||
gstvideotestsrcorc-dist.c | ||
gstvideotestsrcorc-dist.h | ||
gstvideotestsrcorc.orc | ||
meson.build | ||
videotestsrc.c | ||
videotestsrc.h |