add a .data to buffers; it feels more natural to me than doing str(buffer) compared...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Sep 2005 14:50:01 +0000 (14:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 1 Sep 2005 14:50:01 +0000 (14:50 +0000)
commit23b365140e37b6c14e7c73bf5d99060cd751b7cb
treebecbccf76a119a81225f5a309ae9603dd1979dfc
parentdc83edf73e079e267585429a439790e684fe2441
add a .data to buffers; it feels more natural to me than doing str(buffer) compared to the other properties.

Original commit message from CVS:

* gst/gst-types.defs:
* gst/gstbuffer.override:
* gst/pygstminiobject.c: (pygstminiobject_new_noref):
* testsuite/test_buffer.py:
add a .data to buffers; it feels more natural to me than doing
str(buffer) compared to the other properties.
make sub_buffer test for data
ChangeLog
gst/gst-types.defs
gst/gstbuffer.override
gst/pygstminiobject.c
testsuite/test_buffer.py