gstreamer/gst/wavparse
Guillaume Desmottes 1796f3f5e4 wavparse: fix seeking in READY state
wavparse claims to be able to support seeking in the READY state by
saving the pending seek event and actually seeking later after having parsed the
header.
Problem was that this seek event was reset on the READY to PAUSED
transition, making all this code useless. Fixing it by stop resetting
on READY to PAUSED transition as we already reset on PAUSED to READY
and when initiating the element.

Note that DTS marker detection isn't support in such scenario as
gst_type_find_helper_for_buffer() needs a buffer containing the
beginning of the stream.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/879>
2021-02-18 16:32:24 +01:00
..
gstwavparse.c wavparse: fix seeking in READY state 2021-02-18 16:32:24 +01:00
gstwavparse.h wavparse: Add support for growing WAV files 2017-08-14 16:02:35 +03:00
meson.build doc: Port documentation to hotdoc 2019-05-13 11:34:56 -04:00