author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sat, 12 Nov 2011 16:42:14 +0000 (16:42 +0000) | ||
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | |
Sat, 12 Nov 2011 16:42:14 +0000 (16:42 +0000) | ||
commit | c0d5857cd997ee8d3e6674bf92f7ad76c2c2de8e | |
tree | 0ed5995a9569dc547a637494e1953d9ecbfc557d | tree | snapshot (tar.xz tar.gz zip) |
parent | 4d6795dcd15f957ba9faf98056d9442be3a40eee | commit | diff |
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.
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 | diff | blob | history |