mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
Cosmetics (reverse args order).
This commit is contained in:
parent
eca4c7da42
commit
17d221d7d6
1 changed files with 2 additions and 2 deletions
|
@ -273,8 +273,8 @@ gst_vaapi_image_new(
|
||||||
g_return_val_if_fail(width > 0, NULL);
|
g_return_val_if_fail(width > 0, NULL);
|
||||||
g_return_val_if_fail(height > 0, NULL);
|
g_return_val_if_fail(height > 0, NULL);
|
||||||
|
|
||||||
GST_DEBUG("size %ux%u, format %" GST_FOURCC_FORMAT,
|
GST_DEBUG("format %" GST_FOURCC_FORMAT ", size %ux%u",
|
||||||
width, height, GST_FOURCC_ARGS(format));
|
GST_FOURCC_ARGS(format), width, height);
|
||||||
|
|
||||||
return g_object_new(GST_VAAPI_TYPE_IMAGE,
|
return g_object_new(GST_VAAPI_TYPE_IMAGE,
|
||||||
"display", display,
|
"display", display,
|
||||||
|
|
Loading…
Reference in a new issue