gst/elements/: Use gst_pad_proxy_getcaps().
authorDavid Schleef <ds@schleef.org>
Tue, 23 Dec 2003 23:19:07 +0000 (23:19 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 23 Dec 2003 23:19:07 +0000 (23:19 +0000)
commit778c24a58ae956710c6116651f9db63e2f5deaed
tree444a09cfb5c6fc169b662a4d943ee5e3b9899b13
parent91954ff66b5f3ad3ce08a8076cb9f091592e2326
gst/elements/: Use gst_pad_proxy_getcaps().

Original commit message from CVS:
* gst/elements/gstaggregator.c:
* gst/elements/gsttee.c:
Use gst_pad_proxy_getcaps().
* gst/gstpad.c:
* gst/gstpad.h:
Add gst_pad_proxy_getcaps(), which filter elements can use
as a generic getcaps implementation.
Fix gst_pad_get_allowed_caps().  It just wasn't doing what
was advertised.
ChangeLog
gst/elements/gstaggregator.c
gst/elements/gsttee.c
gst/gstpad.c
gst/gstpad.h
plugins/elements/gstaggregator.c
plugins/elements/gsttee.c