From 7d9e7b68b97e8ff68f5c596676173cfb020686e5 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Sep 2008 13:23:03 +0000 Subject: gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source and sinkpads because they are the same. Original commit message from CVS: * gst/selector/gstinputselector.c: (gst_input_selector_init), (gst_input_selector_event), (gst_input_selector_query): Reuse the get_linked_pads for both source and sinkpads because they are the same. Implement a custum event handler and get the internally linked pad directly instead of relying on the default (slower) implementation. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40be5abc..390fa602 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-09-01 Wim Taymans + + * gst/selector/gstinputselector.c: (gst_input_selector_init), + (gst_input_selector_event), (gst_input_selector_query): + Reuse the get_linked_pads for both source and sinkpads because they are + the same. + Implement a custum event handler and get the internally linked pad + directly instead of relying on the default (slower) implementation. + 2008-08-31 Sebastian Dröge * ext/celt/gstceltdec.c: (celt_dec_chain_parse_data): -- cgit v1.2.1