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

@ -682,8 +682,8 @@ connect_error:
#define SPA_PROP_RANGE(min,max) 2,min,max
static void
on_format_changed (void *data,
struct spa_pod *format)
on_format_changed (void *data,
const struct spa_pod *format)
{
GstPipeWireSrc *pwsrc = data;
GstCaps *caps;