mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
640aad2b46
Having an unlimited input queue is very bad if the encoder can't run at real-time. Eventually it will consume all RAM. I don't really see any reason to have more than 1 outstanding encoded frame, so remove the queue and limit things to 1 pending frame. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2499> |
||
---|---|---|
.. | ||
gstmpeg2enc.cc | ||
gstmpeg2enc.hh | ||
gstmpeg2encoder.cc | ||
gstmpeg2encoder.hh | ||
gstmpeg2encoptions.cc | ||
gstmpeg2encoptions.hh | ||
gstmpeg2encpicturereader.cc | ||
gstmpeg2encpicturereader.hh | ||
gstmpeg2encstreamwriter.cc | ||
gstmpeg2encstreamwriter.hh | ||
meson.build |