mxf: add a return to fix the build when turning assert off
authorStefan Kost <ensonic@users.sf.net>
Mon, 25 Jan 2010 09:49:46 +0000 (11:49 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 25 Jan 2010 09:49:46 +0000 (11:49 +0200)
gst/mxf/mxfup.c

index fa669d4..7d01725 100644 (file)
@@ -524,6 +524,7 @@ mxf_up_get_descriptor (GstPadTemplate * tmpl, GstCaps * caps,
   }
 
   g_assert_not_reached ();
+  return NULL;
 }
 
 static void