gstreamer/libs/gst
Wim Taymans db1318ab4a pad: change the semantics of get/pull_range a little
Make it so that one can specify a buffer for get/pull_range where the downstream
element should write into. When passing NULL, upstream should allocate a buffer,
like in 0.10.
We also need to change the probes a little because before the pull probe, there
could already be a buffer passed. This then allows us to use the same PROBE
macro for before and after pulling.
While we're at the probes, make the query probe more powerful by handling the
GST_PAD_PROBE_DROP return value. Returning _DROP from a query probe will now
return TRUE upstream and will not forward the probe to the peer or handler.
Also handle _DROP for get/pull_range properly by not dispatching to the
peer/handler or by generating EOS when the probe returns DROP and no buffer.
Make filesrc handle the non-NULL buffer passed in the get_range function and
skip the allocation in that case, writing directly into the downstream provided
buffer.
Update tests because now we need to make sure to not pass a random value in the
buffer pointer to get/pull_range
2012-03-16 21:37:10 +01:00
..
base pad: change the semantics of get/pull_range a little 2012-03-16 21:37:10 +01:00
check Merge branch 'master' into 0.11 2012-03-08 10:19:52 +01:00
controller controller: constructures for control sources return GstControlSource 2012-01-31 12:29:52 +01:00
helpers Use recent GLib API unconditionally now that we depend on the latest GLib 2012-01-22 01:25:22 +00:00
net meta: split registration of API and implementation 2012-02-29 17:37:09 +01:00
Makefile.am configure: remove --disable-net option and always build libgstnet 2012-01-18 01:22:52 +00:00