mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
396ef0cbcf
By setting the earliest time to timestamp + 2 * diff there would be a difference of 1 * diff between the current clock time and the earliest time the element would let through in the future. If e.g. a frame is arriving 30s late at the sink, then not just all frames up to that point would be dropped but also 30s of frames after the current clock time. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7459> |
||
---|---|---|
.. | ||
convolve.c | ||
convolve.h | ||
gstmonoscope.c | ||
gstmonoscope.h | ||
meson.build | ||
monoscope.c | ||
monoscope.h | ||
README |
This is a visualization based on on the monoscope output plugin from alsaplayer. The monoscope convolution matching code was written by Ralph Loader. The monoscope.c and monoscope.h files are under the BSD license (without advertising clause). This implementation is taken from alsaplayer version 0.99.54, at http://www.alsaplayer.org/