value: micro-optimisation: avoid some unnecessary g_value_unset()
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Dec 2011 11:26:05 +0000 (11:26 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 26 Dec 2011 11:27:07 +0000 (11:27 +0000)
commitee7f9f422870268a2816b1488b30f156cc71968a
tree42bece3da1314e5f592162ba2edca44a0a95cc92
parent8a932dbca6c07cf04c37bb720382d5afbe6791c2
value: micro-optimisation: avoid some unnecessary g_value_unset()

We know there's nothing to do here and can save us the function
calls and GValueTable lookups.
gst/gstvalue.c