Skip to content

Commit

Permalink
xvimagepool: Fix confusing debug message for padding size
Browse files Browse the repository at this point in the history
  • Loading branch information
seungha-yang authored and sdroege committed Nov 18, 2019
1 parent d7913a0 commit ce5e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/xvimage/xvimagepool.c
Expand Up @@ -100,7 +100,7 @@ xvimage_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config)
gst_buffer_pool_config_get_video_alignment (config, &xvpool->align);

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);

/* do padding and alignment */
Expand Down

0 comments on commit ce5e2f6

Please sign in to comment.