mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-09 03:01:53 -04:00
module-avb: check ptp management socket periodically
This commit is contained in:
parent
4bc365cbb5
commit
54a9495715
6 changed files with 332 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
#include "avb.h"
|
||||
#include "packets.h"
|
||||
#include "internal.h"
|
||||
#include "gptp.h"
|
||||
#include "stream.h"
|
||||
#include "acmp.h"
|
||||
#include "adp.h"
|
||||
|
|
@ -405,6 +406,9 @@ struct server *avdecc_server_new(struct impl *impl, struct spa_dict *props)
|
|||
if ((res = server->transport->setup(server)) < 0)
|
||||
goto error_free;
|
||||
|
||||
server->gptp = avb_gptp_new(server);
|
||||
|
||||
init_descriptors(server);
|
||||
|
||||
server->mrp = avb_mrp_new(server);
|
||||
if (server->mrp == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue