mxf: add a return to fix the build when turning assert off

This commit is contained in:
Stefan Kost 2010-01-25 11:49:46 +02:00
parent 76daceadca
commit b96d57b870

View file

@ -524,6 +524,7 @@ mxf_up_get_descriptor (GstPadTemplate * tmpl, GstCaps * caps,
}
g_assert_not_reached ();
return NULL;
}
static void