From fb36295c7a76ab056a1dddc42c95097c4c8596d1 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 3 Nov 2006 15:54:47 +0000 Subject: [PATCH] gst/gst.override: Use a copy of the caps. Original commit message from CVS: * gst/gst.override: Use a copy of the caps. --- ChangeLog | 5 +++++ common | 2 +- gst/gst.override | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74bc51e..3907f58 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 efcacf2..ee0bb43 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit efcacf2625da231fbee99b68e0f5db6816cf6fad +Subproject commit ee0bb43e2b66781d04078e2210404da48f6c68f0 diff --git a/gst/gst.override b/gst/gst.override index ad282af..a668fe0 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; -- 2.7.4