gstvalue: Use fast gst_value_list_{size|get_value} macro accessors
authorEdward Hervey <bilboed@bilboed.com>
Mon, 7 Dec 2009 08:45:00 +0000 (09:45 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 7 Dec 2009 08:51:04 +0000 (09:51 +0100)
commita5626f239a403dfdb97fd9e068872d122b152659
tree3a4b553bf0ac77b426f89f7d3ab66605b2cf7ce3
parent1d91fd9fb9f2c794bf477ee7adf49e92b9d564c8
gstvalue: Use fast gst_value_list_{size|get_value} macro accessors

gst_value_list_size and gst_value_list_get_value will do a series of
extra checks due to being public methods.
When we use them from within gstvalue.c we can directly use them without
the extra checks.
gst/gstvalue.c