gstreamer/gst/asfmux
Thiago Santos c3aaf2a391 asfmux: fix tag writing bug
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.
2009-10-27 16:39:56 -03:00
..
gstasf.c asfmux: Adds new plugin asfmux 2009-07-24 14:52:28 -03:00
gstasfmux.c asfmux: fix tag writing bug 2009-10-27 16:39:56 -03:00
gstasfmux.h asfmux: Do not mess up GstCollectData list 2009-08-12 19:17:37 -03:00
gstasfobjects.c Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
gstasfobjects.h rtpasfpay: set padding field to 0 on rtp asf packets 2009-07-31 00:19:19 -03:00
gstasfparse.c Fix warnings with gcc 4.0.1. 2009-09-23 12:34:47 +02:00
gstasfparse.h asfmux: Adds new plugin asfmux 2009-07-24 14:52:28 -03:00
gstrtpasfpay.c rtpasfpay: set padding field to 0 on rtp asf packets 2009-07-31 00:19:19 -03:00
gstrtpasfpay.h asfmux: Adds new plugin asfmux 2009-07-24 14:52:28 -03:00
Makefile.am asfmux: Adds new plugin asfmux 2009-07-24 14:52:28 -03:00