Add gst_element_request_compatible_pad and remove gst_element_request_pad.
authorRichard Boulton <richard@tartarus.org>
Tue, 23 Jan 2001 18:42:23 +0000 (18:42 +0000)
committerRichard Boulton <richard@tartarus.org>
Tue, 23 Jan 2001 18:42:23 +0000 (18:42 +0000)
commitd20f0b4baed513bd15d955bca59f90caa77ff40c
tree984e61cdc8b730272ffd442453c1bfd2905ad678
parentba237a38dd03249d58e7d6a2882efc07a8b97019
Add gst_element_request_compatible_pad and remove gst_element_request_pad.

Original commit message from CVS:
Add gst_element_request_compatible_pad and remove gst_element_request_pad.
Implemented something reasonable for gst_element_request_compatible_pad,
but havn't tested much: it won't work for tee because the pad templates
have no caps, and negotiation is not yet written, so it is assumed that the
tee pads can't connect to anything.
gst/gstelement.c
gst/gstelement.h
tests/tee.c