pad: Return NULL instead of FALSE for pointers

This commit is contained in:
Sebastian Dröge 2015-02-12 14:03:03 +02:00
parent 1937d09a95
commit 5141641dc8

View file

@ -2770,7 +2770,7 @@ no_parent:
{
GST_DEBUG_OBJECT (pad, "no parent");
GST_OBJECT_UNLOCK (pad);
return FALSE;
return NULL;
}
}