mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
pad: Return NULL instead of FALSE for pointers
This commit is contained in:
parent
1937d09a95
commit
5141641dc8
1 changed files with 1 additions and 1 deletions
|
@ -2770,7 +2770,7 @@ no_parent:
|
||||||
{
|
{
|
||||||
GST_DEBUG_OBJECT (pad, "no parent");
|
GST_DEBUG_OBJECT (pad, "no parent");
|
||||||
GST_OBJECT_UNLOCK (pad);
|
GST_OBJECT_UNLOCK (pad);
|
||||||
return FALSE;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue