mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 11:34:10 +00:00
omx: Minor changes on debuging info
This commit is contained in:
parent
6d8bf76391
commit
cde5df17fa
1 changed files with 3 additions and 1 deletions
|
@ -1021,7 +1021,9 @@ gst_omx_video_dec_fill_buffer (GstOMXVideoDec * self,
|
|||
|
||||
if (vinfo->width != port_def->format.video.nFrameWidth ||
|
||||
vinfo->height != port_def->format.video.nFrameHeight) {
|
||||
GST_ERROR_OBJECT (self, "Width or height do not match");
|
||||
GST_ERROR_OBJECT (self, "Resolution do not match. port: %dx%d vinfo: %dx%d",
|
||||
port_def->format.video.nFrameWidth, port_def->format.video.nFrameHeight,
|
||||
vinfo->width, vinfo->height);
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue