mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
video: improve debug
This commit is contained in:
parent
ca9ef2d8c0
commit
26c9db9280
1 changed files with 2 additions and 1 deletions
|
@ -816,7 +816,8 @@ gst_video_frame_map (GstVideoFrame * frame, GstVideoInfo * info,
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
invalid_size:
|
invalid_size:
|
||||||
{
|
{
|
||||||
GST_ERROR ("invalid buffer size");
|
GST_ERROR ("invalid buffer size %" G_GSIZE_FORMAT " < %" G_GSIZE_FORMAT,
|
||||||
|
size, info->size);
|
||||||
gst_buffer_unmap (buffer, data, size);
|
gst_buffer_unmap (buffer, data, size);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue