improve introspection

Small cleanups
This commit is contained in:
Wim Taymans 2016-08-18 12:17:31 +02:00
parent ab0537305f
commit bdbddaf75b
15 changed files with 117 additions and 688 deletions

View file

@ -89,7 +89,6 @@ typedef enum {
SPA_PROP_ID_MEDIA_CUSTOM_START = 200,
} SpaFormatProps;
#ifdef __cplusplus
} /* extern "C" */
#endif

View file

@ -118,6 +118,7 @@ typedef enum {
* @buffer_id: a buffer id will be set
* @offset: offset to get
* @size: size to get
* @event: output event
* @status: a status
*
* Output information for a node.
@ -128,6 +129,7 @@ typedef struct {
uint32_t buffer_id;
off_t offset;
size_t size;
SpaEvent *event;
SpaResult status;
} SpaOutputInfo;