pad: Add GstPadProbeInfo
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 8 Nov 2011 10:04:19 +0000 (11:04 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 8 Nov 2011 10:04:19 +0000 (11:04 +0100)
commitba3028aeebe40f0d4ffe4b40baf8cb60fefa35c7
treee5699199a3686516fa07c601ef1556b07e329a45
parent1713aaa4c5828f4cad3cc073d022557ad1543a37
pad: Add GstPadProbeInfo

Make a new GstPadProbeInfo structure and pass this in the probe callback. This
allows us to add more things later and also allow the callback to replace or
modify the passed object.
12 files changed:
gst/gstpad.c
gst/gstpad.h
libs/gst/check/gstbufferstraw.c
libs/gst/check/gstconsistencychecker.c
tests/check/elements/selector.c
tests/check/generic/sinks.c
tests/check/gst/gstevent.c
tests/check/gst/gstghostpad.c
tests/check/gst/gstpad.c
tests/check/gst/gstutils.c
tests/check/libs/basesrc.c
tests/check/pipelines/queue-error.c