gst/gstbuffer.override: whoapadoooo wabada bada ...

Original commit message from CVS:
* gst/gstbuffer.override:
whoapadoooo wabada bada ...
nothing here... :)
Fixes #451645
This commit is contained in:
Edward Hervey 2007-06-27 15:40:12 +00:00
parent cef8a55b55
commit 69c458d2dc
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2007-06-27 Edward Hervey <edward@fluendo.com>
* gst/gstbuffer.override:
whoapadoooo wabada bada ...
nothing here... :)
Fixes #451645
2007-06-16 Edward Hervey <edward@fluendo.com>
* gst/extend/jukebox.py:

2
common

@ -1 +1 @@
Subproject commit 6cb0000a5a30d4fc580a06489106a637fca024c4
Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2

View file

@ -508,7 +508,7 @@ _wrap_gst_buffer_stamp (PyGstMiniObject *self, PyObject *args, PyObject *kwargs)
GstBuffer *dest, *src;
if (!PyArg_ParseTupleAndKeywords (args, kwargs,
"0:GstBuffer.stamp",
"O:GstBuffer.stamp",
kwlist, &srcobj))
return NULL;
dest = GST_BUFFER(pygstminiobject_get(self));