summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-09-01 13:23:03 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-09-01 13:23:03 +0000
commit7d9e7b68b97e8ff68f5c596676173cfb020686e5 (patch)
treed4f952d0f2ea376d4c54afa9287dd5efdd1975bb /ChangeLog
parent16e70c80aeb3d12f534651c59a35db615ee8cc0a (diff)
downloadgst-plugins-bad-7d9e7b68b97e8ff68f5c596676173cfb020686e5.tar.gz
gst-plugins-bad-7d9e7b68b97e8ff68f5c596676173cfb020686e5.tar.bz2
gst-plugins-bad-7d9e7b68b97e8ff68f5c596676173cfb020686e5.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40be5abc..390fa602 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-01 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * 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 <sebastian.droege@collabora.co.uk>
* ext/celt/gstceltdec.c: (celt_dec_chain_parse_data):