Added a pull function in the gstpad. Modified the videosink to implement the pull...
authorWim Taymans <wim.taymans@gmail.com>
Sat, 26 Feb 2000 18:55:14 +0000 (18:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 26 Feb 2000 18:55:14 +0000 (18:55 +0000)
commitc144819530572e6bb95960ebea1a29578e5745fb
tree4769a7316113b97113dcccfaf7d1e39bf2774bae
parent54367bb65c9c7b9038c100c0d0e9ea3fc9ae551e
Added a pull function in the gstpad. Modified the videosink to implement the pull. This function allows a source elem...

Original commit message from CVS:
Added a pull function in the gstpad. Modified the videosink to implement
the pull. This function allows a source element to request a buffer
from the destination. This is much more efficient because the
videosink can then pass a buffer with SHM to the element, which does
not require an aditional memcpy.
removed scaling from the videosink. I need something better.
gst/gstpad.c
gst/gstpad.h
test/mp1parse.c
test/videotest.c