gstreamer/gst/videorate
Frédéric Bertolus 2626c02149 videorate: avoid useless buffer copy in drop-only mode
Make writable the buffer before pushing it lead to a buffer copy. It's
because a reference is keep for the previous buffer.
The previous buffer reference is only need to duplicate the buffer. In
drop-only mode, the previous buffer is release just after pushing the
buffer so a copy is done but it's useless.

https://bugzilla.gnome.org/show_bug.cgi?id=764319
2016-04-03 11:37:52 +03:00
..
gstvideorate.c videorate: avoid useless buffer copy in drop-only mode 2016-04-03 11:37:52 +03:00
gstvideorate.h videorate: Detect framerate if not forced to variable downstream 2015-04-02 17:13:24 -04:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00