diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-08-27 15:45:16 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-08-27 15:45:16 +0000 |
commit | 001628d3414014e3f361cb1931ba3e8bd7854235 (patch) | |
tree | 3c0d53a1e1e2804877ee1c727a4b1d8f4c012c75 /ChangeLog | |
parent | 81f8895cb433d34da3478b45904536a365d88946 (diff) | |
download | gst-plugins-bad-001628d3414014e3f361cb1931ba3e8bd7854235.tar.gz gst-plugins-bad-001628d3414014e3f361cb1931ba3e8bd7854235.tar.bz2 gst-plugins-bad-001628d3414014e3f361cb1931ba3e8bd7854235.zip |
gst/selector/gstinputselector.c: Implement the LATENCY query in a better way by taking the latency of all sinkpads an...
Original commit message from CVS:
* gst/selector/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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-27 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/selector/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. + 2008-08-26 Sebastian Dröge <sebastian.droege@collabora.co.uk> * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: |