mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-12 04:28:02 -05:00
pulse-server: fix parsing and creation of iec958 formats
Implement creating IEC958 format EnumFormat params. Fix parsing of negotiated IEC958 formats and convert to our internal format.
This commit is contained in:
parent
bceb9a4b6e
commit
1a713e963a
2 changed files with 108 additions and 39 deletions
|
|
@ -1498,7 +1498,8 @@ static int do_create_playback_stream(struct client *client, uint32_t command, ui
|
|||
if (stream->stream == NULL)
|
||||
goto error_errno;
|
||||
|
||||
pw_log_debug(NAME" %p: new stream %p channel:%d", impl, stream, stream->channel);
|
||||
pw_log_debug(NAME" %p: new stream %p channel:%d passthrough:%d",
|
||||
impl, stream, stream->channel, passthrough);
|
||||
|
||||
pw_stream_add_listener(stream->stream,
|
||||
&stream->stream_listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue