diff --git a/ChangeLog b/ChangeLog index 74bc51ee9d..3907f58da8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-03 Edward Hervey + + * gst/gst.override: + Use a copy of the caps. + 2006-10-20 Edward Hervey * configure.ac: diff --git a/common b/common index efcacf2625..ee0bb43e2b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit efcacf2625da231fbee99b68e0f5db6816cf6fad +Subproject commit ee0bb43e2b66781d04078e2210404da48f6c68f0 diff --git a/gst/gst.override b/gst/gst.override index ad282af9c5..a668fe063f 100644 --- a/gst/gst.override +++ b/gst/gst.override @@ -1048,7 +1048,7 @@ gst_type_find_suggest_handler (gpointer data, guint probability, const GstCaps * args = Py_BuildValue ("(OIN)", 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) goto beach;