videoaggregator: Failure to map a video frame is not just a warning

This commit is contained in:
Sebastian Dröge 2014-11-28 10:22:44 +01:00
parent 26fc4e2bd5
commit 8a8444ebe7

View file

@ -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) {