mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
stream: add const to format event
This commit is contained in:
parent
95d45e4206
commit
8481356f4b
5 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue