imagefreeze: Return TRUE from the LATENCY query handling
authorSebastian Dröge <sebastian@centricular.com>
Tue, 30 Jun 2020 15:37:06 +0000 (18:37 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 30 Jun 2020 15:37:06 +0000 (18:37 +0300)
commite589a950c3ee9418f37ed65fbc771027edd457d8
tree74dd31cb7bc7e513bb1c6a21b8d86516e626a94d
parent3ad86bdf304588376ac038a495ea242846096b6e
imagefreeze: Return TRUE from the LATENCY query handling

We always answer it successfully no matter what.

The default return value in the function is FALSE even if the code below
sets it again to FALSE.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/654>
gst/imagefreeze/gstimagefreeze.c