Add missing return

This commit is contained in:
Quentin 2020-01-29 10:55:12 +01:00
parent 4617e03019
commit 91f1160216

View file

@ -156,6 +156,7 @@ static GstPadProbeReturn extract_buffer(GstPad *pad, GstPadProbeInfo *info, gpoi
if (GST_BUFFER_FLAG_IS_SET (out, GST_BUFFER_FLAG_DISCONT)) {
g_print("Discontinuous buffer\n");
}
return GST_PAD_PROBE_OK;
//gst_buffer_map (out, &map, GST_MAP_READ);
//if (gst_buffer_get_size (out) != 172) g_print("buffer size is %ld\n", gst_buffer_get_size (out));