context: use context on buffers instead of caps
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 May 2011 16:59:47 +0000 (18:59 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 May 2011 16:59:47 +0000 (18:59 +0200)
commit9ef1346b1fa0bd2bb42cd991a52ff308a728bdb6
tree33e1492f4023fe8f30b4a5277fd97d5ea831e59e
parent9136abf6234b230a61967fea94a2bf133ab770af
context: use context on buffers instead of caps

Put the srcpad context on buffers instead of caps. This allows us to associate
all the relevant info contained in events with a buffer.
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