gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_object_u...
authorTim-Philipp Müller <tim@centricular.net>
Mon, 12 Dec 2005 10:30:20 +0000 (10:30 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 12 Dec 2005 10:30:20 +0000 (10:30 +0000)
commit8a6c78658e15a7415e65bb14aff0b2005a94e743
tree0cef9307972810d68831a2f6bf9c7437f05dbb50
parentbe73a9282d5aaa30eb8059ed978953db469c1150
gst/auparse/gstauparse.*: Use gst_object_unref() for GstObjects instead of g_object_unref() and fix a mem leak in a d...

Original commit message from CVS:
* gst/auparse/gstauparse.c: (gst_au_parse_base_init),
(gst_au_parse_class_init), (gst_au_parse_init),
(gst_au_parse_dispose), (gst_au_parse_chain),
(gst_au_parse_change_state), (plugin_init):
* gst/auparse/gstauparse.h:
Use gst_object_unref() for GstObjects instead of
g_object_unref() and fix a mem leak in a debug
statement; while we're at it, also borgify, use
boilerplate macros and clean up a little bit.
ChangeLog
gst/auparse/gstauparse.c
gst/auparse/gstauparse.h