From b96d57b87097cebc664891144b451dd6541e43b3 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 25 Jan 2010 11:49:46 +0200 Subject: [PATCH] mxf: add a return to fix the build when turning assert off --- gst/mxf/mxfup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/mxf/mxfup.c b/gst/mxf/mxfup.c index fa669d42cc..7d0172584d 100644 --- a/gst/mxf/mxfup.c +++ b/gst/mxf/mxfup.c @@ -524,6 +524,7 @@ mxf_up_get_descriptor (GstPadTemplate * tmpl, GstCaps * caps, } g_assert_not_reached (); + return NULL; } static void