mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
c3aaf2a391
g_convert seems to add a single null terminating byte to the end of the string, even when the output is UTF16, we force the second 0 byte when copying to the output buffer. This issue was causing random crashes because it was assumed that the string resulting from g_convert had 2 extra bytes, but it has only one. |
||
---|---|---|
.. | ||
gstasf.c | ||
gstasfmux.c | ||
gstasfmux.h | ||
gstasfobjects.c | ||
gstasfobjects.h | ||
gstasfparse.c | ||
gstasfparse.h | ||
gstrtpasfpay.c | ||
gstrtpasfpay.h | ||
Makefile.am |