Revert "context: use context on buffers instead of caps"
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 May 2011 08:37:19 +0000 (10:37 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 5 May 2011 11:17:08 +0000 (13:17 +0200)
commitc4751ec8c121df8b097ef0bb5a18fd13766fbc95
treef8c6e62b1a44faed285863a7455fd2f355d58af3
parent419f48d0d1b7dc10c4c25814f4d4d6067f56b6de
Revert "context: use context on buffers instead of caps"

This reverts commit 9ef1346b1fa0bd2bb42cd991a52ff308a728bdb6.

Way to much for one commit and I'm not sure we want to get rid of the pad caps
just like that. It's nice to have the buffer and its type in onw nice bundle
without having to drag the complete context with it.
28 files changed:
gst/gst.c
gst/gstbuffer.c
gst/gstbuffer.h
gst/gstcontext.c
gst/gstcontext.h
gst/gstevent.h
gst/gstghostpad.c
gst/gstpad.c
gst/gstpad.h
libs/gst/base/gstbaseparse.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstbasetransform.c
libs/gst/base/gsttypefindhelper.c
libs/gst/check/gstcheck.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
plugins/elements/gsttypefindelement.c
tests/check/elements/selector.c
tests/check/elements/tee.c
tests/check/gst/gstbuffer.c
tests/check/gst/gstcaps.c
tests/check/gst/gstpad.c
tests/check/libs/transform1.c
tools/gst-launch.c