mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +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.
|
* the MT Refcounting section of the design documents.
|
||||||
*/
|
*/
|
||||||
void
|
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);
|
g_return_if_fail (structure != NULL);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue