mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
module-avb: descriptor: adding todo for simplification
This commit is contained in:
parent
57af462ecf
commit
55e4c7e4cb
1 changed files with 16 additions and 0 deletions
|
|
@ -7,6 +7,22 @@
|
|||
#include "aecp-aem-descriptors.h"
|
||||
#include "internal.h"
|
||||
|
||||
/**
|
||||
* \todo This whole code needs to be re-factore,
|
||||
* configuring the entity using such a "HARDCODED"
|
||||
* header would does not allow an easy way to
|
||||
* adjust parameters.
|
||||
*
|
||||
* Especially for the people involved in the project
|
||||
* and do not have the programming skills to modify
|
||||
* this file.
|
||||
*
|
||||
* \proposition use a YANG model directly derived from this
|
||||
* or use the YAML for simplicity.
|
||||
*
|
||||
* Having the YANG would allow directly to know the
|
||||
* capabilites/limits of the protocol
|
||||
*/
|
||||
static inline void init_descriptors(struct server *server)
|
||||
{
|
||||
server_add_descriptor(server, AVB_AEM_DESC_STRINGS, 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue