diff --git a/gst/gstpad.c b/gst/gstpad.c index 7083aca7fc..f6cdf73b80 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -2770,7 +2770,7 @@ no_parent: { GST_DEBUG_OBJECT (pad, "no parent"); GST_OBJECT_UNLOCK (pad); - return FALSE; + return NULL; } }