pad: Return NULL instead of FALSE for pointers
This commit is contained in:
parent
1937d09a95
commit
5141641dc8
@ -2770,7 +2770,7 @@ no_parent:
|
||||
{
|
||||
GST_DEBUG_OBJECT (pad, "no parent");
|
||||
GST_OBJECT_UNLOCK (pad);
|
||||
return FALSE;
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user