stream: add const to format event

This commit is contained in:
Wim Taymans 2018-03-23 13:32:33 +01:00
parent 95d45e4206
commit 8481356f4b
5 changed files with 6 additions and 6 deletions

View file

@ -496,7 +496,7 @@ on_state_changed (void *data, enum pw_stream_state old, enum pw_stream_state sta
}
static void
on_format_changed (void *data, struct spa_pod *format)
on_format_changed (void *data, const struct spa_pod *format)
{
GstPipeWireSink *pwsink = data;