mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
media-session: start metadata first
This commit is contained in:
parent
583e450efd
commit
5194c8a92f
1 changed files with 1 additions and 1 deletions
|
|
@ -1738,13 +1738,13 @@ static const struct {
|
||||||
const char *props;
|
const char *props;
|
||||||
|
|
||||||
} modules[] = {
|
} modules[] = {
|
||||||
|
{ "metadata", "export metadata API", sm_metadata_start, NULL },
|
||||||
{ "alsa-seq", "alsa seq midi support", sm_alsa_midi_start, NULL },
|
{ "alsa-seq", "alsa seq midi support", sm_alsa_midi_start, NULL },
|
||||||
{ "alsa-pcm", "alsa pcm udev detection", sm_alsa_monitor_start, NULL },
|
{ "alsa-pcm", "alsa pcm udev detection", sm_alsa_monitor_start, NULL },
|
||||||
{ "alsa-acp", "alsa card profile udev detection", sm_alsa_monitor_start, "alsa.use-acp=true" },
|
{ "alsa-acp", "alsa card profile udev detection", sm_alsa_monitor_start, "alsa.use-acp=true" },
|
||||||
{ "v4l2", "video for linux udev detection", sm_v4l2_monitor_start, NULL },
|
{ "v4l2", "video for linux udev detection", sm_v4l2_monitor_start, NULL },
|
||||||
{ "libcamera", "libcamera udev detection", sm_libcamera_monitor_start, NULL },
|
{ "libcamera", "libcamera udev detection", sm_libcamera_monitor_start, NULL },
|
||||||
{ "bluez5", "bluetooth support", sm_bluez5_monitor_start, NULL },
|
{ "bluez5", "bluetooth support", sm_bluez5_monitor_start, NULL },
|
||||||
{ "metadata", "export metadata API", sm_metadata_start, NULL },
|
|
||||||
{ "suspend-node", "suspend inactive nodes", sm_suspend_node_start, NULL },
|
{ "suspend-node", "suspend inactive nodes", sm_suspend_node_start, NULL },
|
||||||
{ "policy-node", "configure and link nodes", sm_policy_node_start, NULL },
|
{ "policy-node", "configure and link nodes", sm_policy_node_start, NULL },
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue