pinos-monitor: show peer ports

This commit is contained in:
David Svensson Fors 2016-06-13 09:45:30 +02:00 committed by Wim Taymans
parent e8116fa68d
commit 6fcd0985a3
3 changed files with 51 additions and 6 deletions

View file

@ -212,6 +212,7 @@ void pinos_context_get_node_info_by_id (PinosContext *context,
* @direction: the direction of the port
* @change_mask: bitfield of changed fields since last call
* @name: name the port, suitable for display
* @peers: paths to peer ports
* @properties: the properties of the port
* @possible_formats: the possible formats this port can consume
* @format: the current format on this port
@ -227,6 +228,7 @@ typedef struct {
guint64 change_mask;
const char *name;
PinosProperties *properties;
gchar **peers;
GBytes *possible_formats;
GBytes *format;
} PinosPortInfo;