parse: Move variable to block where it's used
authorEdward Hervey <edward@centricular.com>
Sat, 15 Dec 2018 10:42:30 +0000 (11:42 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 15 Dec 2018 10:46:26 +0000 (11:46 +0100)
commit7c1d700384017327fe685cfadae7b5af097378a6
treea39426fb24cf02b45504a85c2530acad8461d9ee
parentfe6c90565932ee110c7eac45a27a999ee31c2b3f
parse: Move variable to block where it's used

There was a dead assignment used outside of the bin/pipeline creation
which was confusing (and unused). Just move that variable to
where it is actually used.

(Note that that variable was not needed outside of that block since
the refactoring done in 2b33d3318519fd613dd5a4ebbd7c308609904e68 )
gst/parse/grammar.y