mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gst/gstcaps.override: Fix typo
Original commit message from CVS: * gst/gstcaps.override: Fix typo
This commit is contained in:
parent
98d6484e8c
commit
e94ff65809
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-14 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* gst/gstcaps.override:
|
||||||
|
Fix typo
|
||||||
|
|
||||||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
Patch by: Johan Dahlin <johan at gnome dot org>
|
Patch by: Johan Dahlin <johan at gnome dot org>
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit ba3dd2882b1611f8115f9664e3b85e1fd956b53d
|
Subproject commit 2d9c09df0fe4ad3f570fea9f649cfc6c4511080d
|
|
@ -127,7 +127,7 @@ _wrap_gst_caps_new_empty(PyGBoxed *self, PyObject *args, PyObject *kwargs)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!self->boxed) {
|
if (!self->boxed) {
|
||||||
PyErr_SetString(PyExc_TypeError, "wrong arguemntes when creating GstCaps object");
|
PyErr_SetString(PyExc_TypeError, "wrong arguments when creating GstCaps object");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue