summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/mve/gstmvemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mve/gstmvemux.c b/gst/mve/gstmvemux.c
index ce87006f..5282f810 100644
--- a/gst/mve/gstmvemux.c
+++ b/gst/mve/gstmvemux.c
@@ -1320,7 +1320,7 @@ gst_mve_mux_request_new_pad (GstElement * element,
mvemux->video_pad_eos = FALSE;
pad = mvemux->videosink;
} else {
- g_assert_not_reached ();
+ g_return_val_if_reached (NULL);
}
gst_pad_set_chain_function (pad, GST_DEBUG_FUNCPTR (gst_mve_mux_chain));