liveadder: remove unneeded variable
authorLuis de Bethencourt <luis@debethencourt.com>
Wed, 22 Jul 2015 15:10:35 +0000 (16:10 +0100)
committerLuis de Bethencourt <luis@debethencourt.com>
Wed, 22 Jul 2015 15:14:16 +0000 (16:14 +0100)
commit3bf12a1b9f04ba269cbed538269a454b3ecfa51b
tree3ba1e905e8214d2b4590df0873580e29d8d7948e
parent3b751bf7757666967ad80b33a2643737433333f5
liveadder: remove unneeded variable

ret is declared just to initialize to TRUE and overwrite with the value of
vret. We can return the value of vret directly. vret is TRUE unless the
forward_event_func sets it to FALSE.
gst/liveadder/liveadder.c