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:
Wim Taymans 2023-03-02 12:33:40 +01:00
parent fcac5298b9
commit bf9236ec8d
2 changed files with 7 additions and 15 deletions

View file

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