diff --git a/src/dcall.c b/src/dcall.c index 036f04d..90e58e5 100644 --- a/src/dcall.c +++ b/src/dcall.c @@ -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));