gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source and sinkpa...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 1 Sep 2008 13:23:03 +0000 (13:23 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 1 Sep 2008 13:23:03 +0000 (13:23 +0000)
commit7d9e7b68b97e8ff68f5c596676173cfb020686e5
treed4f952d0f2ea376d4c54afa9287dd5efdd1975bb
parent16e70c80aeb3d12f534651c59a35db615ee8cc0a
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
gst/selector/gstinputselector.c