From dc9ca2e39cf9961aa69dee1e0619ec071f6b5d70 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 27 Jun 2009 16:34:36 +0300 Subject: [PATCH] structure: fix int->gint to be in sync with the *.h and usage --- gst/gststructure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gststructure.c b/gst/gststructure.c index 2c280e5dca..2c8fa95b3b 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -265,7 +265,7 @@ gst_structure_new_valist (const gchar * name, * the MT Refcounting section of the design documents. */ void -gst_structure_set_parent_refcount (GstStructure * structure, int *refcount) +gst_structure_set_parent_refcount (GstStructure * structure, gint * refcount) { g_return_if_fail (structure != NULL);