mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 04:11:31 +00:00
gst/gst.override: Use a copy of the caps.
Original commit message from CVS: * gst/gst.override: Use a copy of the caps.
This commit is contained in:
parent
37f78c4ab8
commit
fb36295c7a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-11-03 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gst.override:
|
||||||
|
Use a copy of the caps.
|
||||||
|
|
||||||
2006-10-20 Edward Hervey <edward@fluendo.com>
|
2006-10-20 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit efcacf2625da231fbee99b68e0f5db6816cf6fad
|
Subproject commit ee0bb43e2b66781d04078e2210404da48f6c68f0
|
|
@ -1048,7 +1048,7 @@ gst_type_find_suggest_handler (gpointer data, guint probability, const GstCaps *
|
||||||
|
|
||||||
args = Py_BuildValue ("(OIN)",
|
args = Py_BuildValue ("(OIN)",
|
||||||
PyTuple_GetItem(py_data, 0),
|
PyTuple_GetItem(py_data, 0),
|
||||||
probability, pyg_boxed_new (GST_TYPE_CAPS, (GstCaps*) caps, FALSE, TRUE));
|
probability, pyg_boxed_new (GST_TYPE_CAPS, (GstCaps*) caps, TRUE, TRUE));
|
||||||
if (!args)
|
if (!args)
|
||||||
goto beach;
|
goto beach;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue