videorate: fix LATENCY query
authorTim-Philipp Müller <tim@centricular.com>
Mon, 23 Jan 2017 19:45:05 +0000 (19:45 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 24 Jan 2017 01:04:53 +0000 (01:04 +0000)
commitf9d110f596e3a81722e8af1586fea633f8d6741c
tree93f557c4eed582f9c05c466cb417d7004299a779
parentd6c0e9072b4a16c672ffb638befebc66df8d900c
videorate: fix LATENCY query

The latency query originally had a fallthrough to the default
label at the end as fallback, but that got messed up when the
DURATION and POSITION queries were added, so it then fell through
to the duration query handler instead. Restore original behaviour.

https://bugzilla.gnome.org/show_bug.cgi?id=699077
gst/videorate/gstvideorate.c