Revert "structure: don't check type twice"
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 18 Nov 2009 09:10:37 +0000 (09:10 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 18 Nov 2009 09:22:57 +0000 (09:22 +0000)
commitab5f2f4f5d129d502a33395ca77523d437dcf84a
tree05d092cae7d6b45584ba19d2624aed656659c113
parentf864187bf5fdfaf71f2e038949e403a42e6daf0e
Revert "structure: don't check type twice"

This reverts commit f864187bf5fdfaf71f2e038949e403a42e6daf0e.

Reverting this as it changes behaviour and the documentation is
ambiguous about whether the caller must check the type first or
not (call must check type vs. returns NULL if not a string). If
GLib has been compiled with G_DISABLE_CHECKS then g_value_get_string()
may return complete garbage even if the value does not contain
a string. Better play it safe, esp. since the extra check is just
an integer comparison. For fundamental types we could return values
from the GValue structure directly if we really wanted to bypass
the extra check.
gst/gststructure.c