screne-cast-stream-src: Fix argument alignment
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4065>
This commit is contained in:
parent
bf758f349b
commit
ee41825f03
@ -218,10 +218,10 @@ cogl_pixel_format_from_spa_video_format (enum spa_video_format spa_format,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static struct spa_pod *
|
static struct spa_pod *
|
||||||
push_format_object (enum spa_video_format format,
|
push_format_object (enum spa_video_format format,
|
||||||
uint64_t *modifiers,
|
uint64_t *modifiers,
|
||||||
int n_modifiers,
|
int n_modifiers,
|
||||||
gboolean fixate_modifier,
|
gboolean fixate_modifier,
|
||||||
...)
|
...)
|
||||||
{
|
{
|
||||||
struct spa_pod_dynamic_builder pod_builder;
|
struct spa_pod_dynamic_builder pod_builder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user