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:
Jonas Ådahl 2018-01-22 17:05:13 +08:00 committed by Wim Taymans
parent 3c9eb13500
commit f2aafffb2c
3 changed files with 21 additions and 1 deletions

View file

@ -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));