gst: this is an internal function where we already ensure !NULL when calling
authorStefan Kost <ensonic@users.sf.net>
Wed, 3 Mar 2010 19:50:21 +0000 (21:50 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 15 Mar 2010 09:17:21 +0000 (11:17 +0200)
gst/gst.c

index 9d868c6..b3a03c7 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -240,7 +240,7 @@ parse_debug_list (const gchar * list)
   gchar **split;
   gchar **walk;
 
-  g_return_if_fail (list != NULL);
+  g_assert (list);
 
   split = g_strsplit (list, ",", 0);