gst-inspect: print current value as default value
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Nov 2011 16:42:14 +0000 (16:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 12 Nov 2011 16:42:14 +0000 (16:42 +0000)
commitc0d5857cd997ee8d3e6674bf92f7ad76c2c2de8e
tree0ed5995a9569dc547a637494e1953d9ecbfc557d
parent4d6795dcd15f957ba9faf98056d9442be3a40eee
gst-inspect: print current value as default value

Instead of printing separate 'Current' and 'Default' values
(the former obtained via g_object_get() and the latter from
the property GParamSpec), simply print the Current value as
the Default value. This is the right thing to do for almost
all elements and avoids confusion if a subclass of a base
class chooses a different default than the base class.
tools/gst-inspect.c