gstquery: Use structure property directly, avoid function variable.
authorEdward Hervey <bilboed@bilboed.com>
Fri, 10 Apr 2009 07:01:22 +0000 (09:01 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 3 Dec 2010 10:33:37 +0000 (11:33 +0100)
commit5519b1fcb1e36dbf8eeac87b803bc2dcea33af14
tree23edbe73b1a01d7b90470ca1c4d26a6ea81b6601
parent3a9396d259ba1982e869db7be4d86fe1fd179373
gstquery: Use structure property directly, avoid function variable.

All functions in this file can access the structure field of a query directly.
This avoids having to call gst_query_get_structure() to get it, along with being
able to remove some function variables that were used to store the result of that
function.
gst/gstquery.c