check/Makefile.am: add two more tests for valgrinding
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 18:41:49 +0000 (18:41 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 18:41:49 +0000 (18:41 +0000)
commit0794b693d9526386b5e0f88cb73ab5ce146015dd
tree274b07443f3a6733948b98fce8529a60aa7902f4
parent02df189e5c4625a822858bc228e565ccd08bbf3e
check/Makefile.am: add two more tests for valgrinding

Original commit message from CVS:
* check/Makefile.am:
add two more tests for valgrinding
* check/gst/gstvalue.c: (GST_START_TEST):
test refcount of deserialized buffer, found a leak
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/gst/gstreamer.types:
* docs/gst/tmpl/gstminiobject.sgml:
add miniobject to docs
* gst/gstminiobject.c:
add some docs
* gst/gstvalue.c: (gst_value_deserialize_buffer),
(gst_string_unwrap):
fix a hard-to-find invalid write for one of the tests
fix a leak for deserialized buffers
15 files changed:
ChangeLog
check/Makefile.am
check/gst/.gitignore
check/gst/gstvalue.c
check/gstcheck.h
docs/gst/gstreamer-docs.sgml
docs/gst/gstreamer-sections.txt
docs/gst/gstreamer.types
docs/gst/tmpl/gstminiobject.sgml [new file with mode: 0644]
gst/gstminiobject.c
gst/gstvalue.c
tests/check/Makefile.am
tests/check/gst/.gitignore
tests/check/gst/gstvalue.c
tests/check/gstcheck.h