mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
stream: pass target id as uint32_t
This commit is contained in:
parent
8089d856c8
commit
b905b70a76
7 changed files with 12 additions and 11 deletions
|
|
@ -528,7 +528,7 @@ gst_pipewire_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
|
|||
|
||||
pw_stream_connect (pwsink->stream,
|
||||
PW_DIRECTION_OUTPUT,
|
||||
pwsink->path,
|
||||
pwsink->path ? atoi(pwsink->path) : SPA_ID_INVALID,
|
||||
flags,
|
||||
(const struct spa_pod **) possible->pdata,
|
||||
possible->len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue