gstreamer/ext/opus
Mark Nauwelaerts 228d8808fe opusenc: only request and process 1 frame at a time
... since it is specified in _finish_frame that input buffer may be invalidated
after calling it, and is as such not reliably available for further encoding.

Also, requesting or allowing several frames is only useful if subclass intends
to process these "in 1 run" (as in, 1 output buffer), not for having another
(inner) loop in subclass where the baseclass one will do just fine.
2012-03-07 13:03:14 +01:00
..
gstopus.c
gstopuscommon.c
gstopuscommon.h
gstopusdec.c
gstopusdec.h
gstopusenc.c
gstopusenc.h
gstopusheader.c
gstopusheader.h
gstopusparse.c
gstopusparse.h
gstrtpopusdepay.c
gstrtpopusdepay.h
gstrtpopuspay.c
gstrtpopuspay.h
Makefile.am