Wim Taymans c144819530 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.
2000-02-26 18:55:14 +00:00
..
2000-02-15 00:32:00 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
m.c
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-02-16 23:27:45 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
p.c
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
r.c
2000-01-30 10:44:33 +00:00
2000-01-31 03:25:25 +00:00
2000-01-30 10:44:33 +00:00
s.c
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00
w.c
2000-01-30 10:44:33 +00:00
2000-01-30 10:44:33 +00:00

This is a collection of test programs of all sorts, ranging from the first
version of GiST to the simple hard-disk recorder used in the Oct
31, 1999 inaugural run of GStreamer in a 'real' environment.  Not all are
included, because most are obsolete.  All the stuff you see in the first
line of the Makefile.am (commented out) is both old and broken.

One of these days test/ will turn back into a real test-suite for
GStreamer, but for now it's my sandbox.