From 001628d3414014e3f361cb1931ba3e8bd7854235 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Aug 2008 15:45:16 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdc3d14e..c63ee5e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-27 Wim Taymans + + * 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 * gst/deinterlace2/tvtime/tomsmocomp/SearchLoopBottom.inc: -- cgit v1.2.1