bugfixing: always use the right GType when using g_object_get/set; do not free string...
authorBenjamin Otte <otte@gnome.org>
Wed, 6 Feb 2002 08:23:10 +0000 (08:23 +0000)
committerBenjamin Otte <otte@gnome.org>
Wed, 6 Feb 2002 08:23:10 +0000 (08:23 +0000)
commit173ccc9b28d5b2a9fa399c6af08c0b7181514376
treed513b4b0fdfe052d842cdb2c44989af6b08f9450
parent7e4e644d51d7da2ff20b25652ea87d5af59f9aa9
bugfixing: always use the right GType when using g_object_get/set; do not free strings from g_object_get, they're not...

Original commit message from CVS:
bugfixing: always use the right GType when using g_object_get/set; do not free strings from g_object_get, they're not yours (see docs/design/part-standards.txt)
tools/gst-launch.c