mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
stream-monitor -> stream-endpoint
This commit is contained in:
parent
5cfb155827
commit
2242c4bab2
3 changed files with 7 additions and 7 deletions
|
|
@ -58,7 +58,7 @@
|
|||
#define sm_media_session_emit_remove(s,obj) sm_media_session_emit(s, remove, 0, obj)
|
||||
#define sm_media_session_emit_rescan(s,seq) sm_media_session_emit(s, rescan, 0, seq)
|
||||
|
||||
void * sm_stream_monitor_start(struct sm_media_session *sess);
|
||||
void * sm_stream_endpoint_start(struct sm_media_session *sess);
|
||||
void * sm_metadata_start(struct sm_media_session *sess);
|
||||
void * sm_alsa_midi_start(struct sm_media_session *sess);
|
||||
void * sm_v4l2_monitor_start(struct sm_media_session *sess);
|
||||
|
|
@ -1517,7 +1517,7 @@ static void proxy_client_session_bound(void *data, uint32_t id)
|
|||
sm_alsa_monitor_start(&impl->this);
|
||||
sm_alsa_endpoint_start(&impl->this);
|
||||
sm_v4l2_monitor_start(&impl->this);
|
||||
sm_stream_monitor_start(&impl->this);
|
||||
sm_stream_endpoint_start(&impl->this);
|
||||
}
|
||||
|
||||
static const struct pw_proxy_events proxy_client_session_events = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue