Fix a memleak in gst_cmml_track_list_add_clip.
authorJulien Moutte <julien@moutte.net>
Sat, 25 Feb 2006 19:07:41 +0000 (19:07 +0000)
committerJulien Moutte <julien@moutte.net>
Sat, 25 Feb 2006 19:07:41 +0000 (19:07 +0000)
commit675a5afed05aa4a67f8eb1ac7ee4b6db96923a7e
tree07c36573a2f154805b4b1ec11c2d8d5387a0427f
parent36e55fc8582b7c256ddf606ff096eafd10c237ab
Fix a memleak in gst_cmml_track_list_add_clip.

Original commit message from CVS:
2006-02-25  Alessandro Decina <alessandro@nnva.org>

* ext/annodex/Makefile.am:
* ext/annodex/gstannodex.c:
* ext/annodex/gstcmmldec.c:
* ext/annodex/gstcmmlenc.c:
* ext/annodex/gstcmmlparser.c:
* ext/annodex/gstcmmlparser.h:
* ext/annodex/gstcmmlutils.c:
* tests/check/elements/cmmldec.c:
* tests/check/elements/cmmlenc.c:
Fix a memleak in gst_cmml_track_list_add_clip.
Handle overflows in clip's start and end times.
Add the "encoded" parameter to cmmldec and cmmlenc caps.
Do not parse junk at the end of a CMML preamble buffer.
Register a libxml error handler to not print stuff on stderr.
Check for bad clip start and end times in the testsuites.
24 files changed:
ChangeLog
ext/annodex/Makefile.am
ext/annodex/gstannodex.c
ext/annodex/gstcmmldec.c
ext/annodex/gstcmmlenc.c
ext/annodex/gstcmmlparser.c
ext/annodex/gstcmmlparser.h
ext/annodex/gstcmmlutils.c
po/af.po
po/az.po
po/cs.po
po/en_GB.po
po/hu.po
po/it.po
po/nb.po
po/nl.po
po/or.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po
tests/check/elements/cmmldec.c
tests/check/elements/cmmlenc.c