gst/gstbuffer.override: whoapadoooo wabada bada ...
authorEdward Hervey <bilboed@bilboed.com>
Wed, 27 Jun 2007 15:40:12 +0000 (15:40 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 27 Jun 2007 15:40:12 +0000 (15:40 +0000)
Original commit message from CVS:
* gst/gstbuffer.override:
whoapadoooo wabada bada ...
nothing here... :)
Fixes #451645

ChangeLog
common
gst/gstbuffer.override

index 4e0e20d..249d188 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/common b/common
index 6cb0000..e6a9941 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6cb0000a5a30d4fc580a06489106a637fca024c4
+Subproject commit e6a9941c662289c0743e5d8f4150458a664226f2
index cd5d7ac..a19a8a3 100644 (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));