mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
a39a5bf131
* Move decoding process to handle_frame * Remove GstVideoDecoder::parse implementation * Clarify flush/drain/finish usage In forward playback case, have_frame() call will be followed by handle_frame() but reverse playback is not the case. To ensure GstVideoCodecFrame, the decoding process should be placed inside of handle_frame(), instead of parse(). Since we don't support alignment=nal, the parse() implementation is not worth. In order to fix broken reverse playback, let's remove the parse() implementation and revisit it when adding alignment=nal support. |
||
---|---|---|
.. | ||
androidmedia | ||
applemedia | ||
bluez | ||
d3d11 | ||
d3dvideosink | ||
decklink | ||
directsound | ||
dshowdecwrapper | ||
dshowsrcwrapper | ||
dshowvideosink | ||
dvb | ||
fbdev | ||
ipcpipeline | ||
kms | ||
magicleap | ||
msdk | ||
nvcodec | ||
opensles | ||
shm | ||
tinyalsa | ||
uvch264 | ||
wasapi | ||
winks | ||
winscreencap | ||
meson.build |