mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
structure: fix int->gint to be in sync with the *.h and usage
This commit is contained in:
parent
03e97cafac
commit
dc9ca2e39c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue