mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
videoaggregator: Failure to map a video frame is not just a warning
This commit is contained in:
parent
c90f7001b1
commit
6354e0235a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue