pad: avoid using the old GST_PAD_CAPS
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 6 May 2011 17:04:54 +0000 (19:04 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 6 May 2011 17:04:54 +0000 (19:04 +0200)
commit02e5feb2bfebdf3195932e59418606f25a22c560
treecfc33709075288c5a674ac339af5f7f8d365a58f
parent62b1a5a7be89c6095aedb034eb5f6a1413c9cef3
pad: avoid using the old GST_PAD_CAPS

Don't use GST_PAD_CAPS but instead use the new gst_pad_get_current_caps()
method.
Avoid setting caps on buffers.
gst/gstghostpad.c
libs/gst/base/gstbaseparse.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
plugins/elements/gstcapsfilter.c
plugins/elements/gstfunnel.c
plugins/elements/gstinputselector.c
plugins/elements/gstmultiqueue.c
plugins/elements/gstqueue.c
plugins/elements/gstqueue2.c