pad: Return NULL instead of FALSE for pointers
authorSebastian Dröge <sebastian@centricular.com>
Thu, 12 Feb 2015 12:03:03 +0000 (14:03 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 12 Feb 2015 12:03:03 +0000 (14:03 +0200)
gst/gstpad.c

index 7083aca..f6cdf73 100644 (file)
@@ -2770,7 +2770,7 @@ no_parent:
   {
     GST_DEBUG_OBJECT (pad, "no parent");
     GST_OBJECT_UNLOCK (pad);
-    return FALSE;
+    return NULL;
   }
 }