mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
module-rtp: improve node name and description
Don't auto connect audio either. There are more meant as source/sink pairs.
This commit is contained in:
parent
fcac5298b9
commit
bf9236ec8d
2 changed files with 7 additions and 15 deletions
|
|
@ -385,7 +385,6 @@ struct rtp_stream *rtp_stream_new(struct pw_core *core,
|
|||
case SPA_MEDIA_TYPE_audio:
|
||||
params[n_params++] = spa_format_audio_build(&b,
|
||||
SPA_PARAM_EnumFormat, &impl->info);
|
||||
flags |= PW_STREAM_FLAG_AUTOCONNECT;
|
||||
if (direction == SPA_DIRECTION_INPUT)
|
||||
impl->stream_events.process = process_audio_capture;
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue