videoaggregator: Failure to map a video frame is not just a warning
This commit is contained in:
parent
26fc4e2bd5
commit
8a8444ebe7
@ -229,6 +229,7 @@ gst_video_aggregator_pad_prepare_frame (GstVideoAggregatorPad * pad,
|
||||
if (!gst_video_frame_map (frame, &pad->buffer_vinfo, pad->buffer,
|
||||
GST_MAP_READ)) {
|
||||
GST_WARNING_OBJECT (vagg, "Could not map input buffer");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (pad->priv->convert) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user