structure: fix int->gint to be in sync with the *.h and usage

This commit is contained in:
Stefan Kost 2009-06-27 16:34:36 +03:00
parent 03e97cafac
commit dc9ca2e39c

View file

@ -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);