plugins/elements/gstinputselector.c: Reuse the get_linked_pads for both source and...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 1 Sep 2008 13:23:03 +0000 (13:23 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:53:45 +0000 (00:53 +0000)
commitf7dad96f47dc73dae0c2e0626adf03464b87aa4d
tree84a02df4435e8084c484b613fd84d465a2ae5721
parenta7cd6eeb615da7948382f0aba25fa1191e82e6d3
plugins/elements/gstinputselector.c: Reuse the get_linked_pads for both source and sinkpads because they are the same.

Original commit message from CVS:
* plugins/elements/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.
plugins/elements/gstinputselector.c