gstreamer/libs/gst
Wim Taymans d6dfb07692 basetransform: improve prepare_output_buffer
Clean up the prepare_output_buffer function.
Reuse the input buffer when it is writable and when doing an
in-place but non-passthrough transform.
Move the copy-metadata function call to the prepare_output_buffer default
function. If subclasses implement a custom prepare_output_buffer, they must also
copy the metadata themselves.
Remove a useless memory copy because prepare_output_buffer already did that.
2012-02-02 13:10:27 +01:00
..
base basetransform: improve prepare_output_buffer 2012-02-02 13:10:27 +01:00
check check: Update gst_check_element_push_buffer to 0.11 style caps 2012-01-28 16:42:38 +00: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 Use recent GLib API unconditionally now that we depend on the latest GLib 2012-01-22 01:25:22 +00:00
Makefile.am configure: remove --disable-net option and always build libgstnet 2012-01-18 01:22:52 +00:00