mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 10:25:33 +00:00
videoaggregator: Failure to map a video frame is not just a warning
This commit is contained in:
parent
26fc4e2bd5
commit
8a8444ebe7
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