Skip to content
Commit b25f8aeb authored by Daniel Stone's avatar Daniel Stone
Browse files

remoting: Fix warnings for multi-planar interface



GStreamer can accept up to four planes for a buffer; gcc isn't _quite_
smart enough to figure out that only the first plane of offset/stride
will be accessed and so throws a warning that the params are too small.
Fix that by making them arrays.

Signed-off-by: default avatarDaniel Stone <daniels@collabora.com>
parent 18d9ad98
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment