Add missing return
This commit is contained in:
parent
4617e03019
commit
91f1160216
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ static GstPadProbeReturn extract_buffer(GstPad *pad, GstPadProbeInfo *info, gpoi
|
||||||
if (GST_BUFFER_FLAG_IS_SET (out, GST_BUFFER_FLAG_DISCONT)) {
|
if (GST_BUFFER_FLAG_IS_SET (out, GST_BUFFER_FLAG_DISCONT)) {
|
||||||
g_print("Discontinuous buffer\n");
|
g_print("Discontinuous buffer\n");
|
||||||
}
|
}
|
||||||
|
return GST_PAD_PROBE_OK;
|
||||||
//gst_buffer_map (out, &map, GST_MAP_READ);
|
//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));
|
//if (gst_buffer_get_size (out) != 172) g_print("buffer size is %ld\n", gst_buffer_get_size (out));
|
||||||
|
|
Loading…
Reference in a new issue