commit | d60a3b8a592e1ff79495a5385edc6dca6f1f7fcd | [log] [tgz] |
---|---|---|
author | Edward Hervey <bilboed@bilboed.com> | Mon Dec 28 17:25:20 2009 +0100 |
committer | Edward Hervey <bilboed@bilboed.com> | Thu Mar 11 11:46:28 2010 +0100 |
tree | 28c0106ebaf6c521979f885d32af6af547dfc0c7 | |
parent | f8a6a088e654523ea020cf9077fb4b65c801b70f [diff] |
gstreamer: remove unneeded casts G_PARAM_SPEC_VALUE_TYPE does an expensive type check, whereas the value_type field is a public field, so we can just use it directly.