mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
7c1d700384
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
|
||
---|---|---|
.. | ||
.gitignore | ||
gen_grammar.py.in | ||
gen_lex.py.in | ||
grammar.y | ||
Makefile.am | ||
meson.build | ||
parse.l | ||
types.h |