mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
a595874aac
Previously, PLC frames always had a length of 120ms, which caused audio quality degradation and synchronization errors. Fix this by calculating an appropriate length for the PLC frame. The length must be a multiple of 2.5ms. Calculate a multiple of 2.5ms that is nearest to the current PLC length. Any leftover PLC length that didn't make it into this frame is accumulated for the next PLC frame. https://bugzilla.gnome.org/show_bug.cgi?id=725167 |
||
---|---|---|
.. | ||
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 |