mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
cef8a55b55
commit
69c458d2dc
3 changed files with 9 additions and 2 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6cb0000a5a30d4fc580a06489106a637fca024c4
|
||||
Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2
|
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue