mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
gstpipewiresrc: Add fd parameter
Will be passed to a pw_remote_connect_fd() instead of plain a pw_remote_connect() call.
This commit is contained in:
parent
3c9eb13500
commit
f2aafffb2c
3 changed files with 21 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ gst_pipewire_sink_class_init (GstPipeWireSinkClass * klass)
|
|||
g_param_spec_int ("fd",
|
||||
"Fd",
|
||||
"The fd to connect with",
|
||||
0, G_MAXINT, -1,
|
||||
-1, G_MAXINT, -1,
|
||||
G_PARAM_READWRITE |
|
||||
G_PARAM_STATIC_STRINGS));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue