mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
Cleanups
Only pass data to callbacks. Rename some structs Provide methods to access structs
This commit is contained in:
parent
1b79419554
commit
0602d76b9e
57 changed files with 716 additions and 422 deletions
|
|
@ -509,7 +509,7 @@ on_state_changed (void *data,
|
|||
}
|
||||
|
||||
static void
|
||||
parse_stream_properties (GstPipeWireSrc *pwsrc, struct pw_properties *props)
|
||||
parse_stream_properties (GstPipeWireSrc *pwsrc, const struct pw_properties *props)
|
||||
{
|
||||
const gchar *var;
|
||||
gboolean is_live;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue