mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
xvimagepool: Fix confusing debug message for padding size
This commit is contained in:
parent
d7913a0d14
commit
ce5e2f6917
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ xvimage_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config)
|
||||||
gst_buffer_pool_config_get_video_alignment (config, &xvpool->align);
|
gst_buffer_pool_config_get_video_alignment (config, &xvpool->align);
|
||||||
|
|
||||||
GST_LOG_OBJECT (pool, "padding %u-%ux%u-%u", xvpool->align.padding_top,
|
GST_LOG_OBJECT (pool, "padding %u-%ux%u-%u", xvpool->align.padding_top,
|
||||||
xvpool->align.padding_left, xvpool->align.padding_left,
|
xvpool->align.padding_left, xvpool->align.padding_right,
|
||||||
xvpool->align.padding_bottom);
|
xvpool->align.padding_bottom);
|
||||||
|
|
||||||
/* do padding and alignment */
|
/* do padding and alignment */
|
||||||
|
|
Loading…
Reference in a new issue