plugins/elements/gstinputselector.c: Implement the LATENCY query in a better way...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 27 Aug 2008 15:45:16 +0000 (15:45 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:53:44 +0000 (00:53 +0000)
commita7cd6eeb615da7948382f0aba25fa1191e82e6d3
tree660fa21031b9e464c83db0f39830058c72535bf9
parent81a4e467f8b4c06d29f72efa87aed8f3183ea5a6
plugins/elements/gstinputselector.c: Implement the LATENCY query in a better way by taking the latency of all sinkpads an...

Original commit message from CVS:
* plugins/elements/gstinputselector.c: (gst_input_selector_init),
(gst_input_selector_query):
Implement the LATENCY query in a better way by taking the latency of all
sinkpads and taking the min/max instead of just taking a random pad.
plugins/elements/gstinputselector.c