summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-06-27 08:39:37 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-06-27 08:39:37 +0000
commit468cb05597958290ed0eb30432dde4af07eaa12b (patch)
tree9f4a0a4b87f54ea19e421c603d5be1435fdc35cf /ChangeLog
parent103e13fa6655fa3ff01a3d55ddbc4d593f238ffc (diff)
gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, a...
Original commit message from CVS: * gst/gstbuffer.override: the GstBuffer overrides seem to be confused about whether they're mini-objects or a GBoxed, and it makes copy_on_write no actually return a usable gst.Buffer. Fix up places where GstBuffers are treated as GBoxed to use pygstminiobject functions. Makes gst.Buffer('blah').copy_on_write() work. * testsuite/test_buffer.py: Add test for copy-on-write writability * examples/buffer-draw.py: Add an example of drawing on a GStreamer buffer with cairo * gst/gstpad.override: Make function static
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9533986..bca9979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-06-27 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst/gstbuffer.override:
+ the GstBuffer overrides seem to be confused about whether they're
+ mini-objects or a GBoxed, and it makes copy_on_write no actually
+ return a usable gst.Buffer. Fix up places where GstBuffers are
+ treated as GBoxed to use pygstminiobject functions.
+
+ Makes gst.Buffer('blah').copy_on_write() work.
+
+ * testsuite/test_buffer.py:
+ Add test for copy-on-write writability
+
+ * examples/buffer-draw.py:
+ Add an example of drawing on a GStreamer buffer with cairo
+
+ * gst/gstpad.override:
+ Make function static
+
2008-06-26 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/common.h: