GNOME Bugzilla – Bug 589582
Missing gst.Buffer.size setter in python bindings
Last modified: 2010-04-29 14:12:56 UTC
The gst.Buffer.size property cannot be set through the python bindings, preventing the modification of an existing buffer (for instance when modifying the buffer passed through fakesrc's handoff signal). Other option: provide an 'update' method using an existing gst.Buffer as source, and updating the current gst.Buffer, similar to the 'stamp' method but for all data.
Created attachment 139165 [details] [review] Implement setter for gst.Buffer.size
Attachment 139165 [details] pushed as f01b950 - Implement setter for gst.Buffer.size
commit f01b950a4cfd8e38836fc51daf63158a71999ead Author: Olivier Aubert <olivier.aubert@liris.cnrs.fr> Date: Fri Jul 24 17:36:18 2009 +0200 Implement setter for gst.Buffer.size https://bugzilla.gnome.org/show_bug.cgi?id=589582