mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
51f399686e
New caps will need to be negotiated when reset happens (PAUSED to READY). Without reseting the internal stored format, basevideoencoder/decoder wouldn't call the configuration function when the same caps was negotiated again as they would believe this was the same caps as before. The issue is that _stop has been called when going to READY and the elements would have reset their internal codec libs/state as well. A new configuration should be done. |
||
---|---|---|
.. | ||
gstbasevideocodec.c | ||
gstbasevideocodec.h | ||
gstbasevideodecoder.c | ||
gstbasevideodecoder.h | ||
gstbasevideoencoder.c | ||
gstbasevideoencoder.h | ||
gstbasevideoutils.c | ||
gstbasevideoutils.h | ||
gstsurfacebuffer.c | ||
gstsurfacebuffer.h | ||
gstsurfaceconverter.c | ||
gstsurfaceconverter.h | ||
Makefile.am | ||
videocontext.c | ||
videocontext.h |