mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-21 07:00:08 -05:00
burstcache: add error quark
This commit is contained in:
parent
c8f34750e2
commit
45c5e4c47f
2 changed files with 16 additions and 5 deletions
|
|
@ -101,6 +101,9 @@ typedef enum
|
|||
GST_BURST_CACHE_ERROR_DUPLICATE = 3,
|
||||
} GstBurstCacheError;
|
||||
|
||||
GQuark gst_burst_cache_error_quark (void);
|
||||
#define GST_BURST_CACHE_ERROR gst_burst_cache_error_quark()
|
||||
|
||||
/**
|
||||
* GstBurstCacheResult:
|
||||
* @GST_BURST_CACHE_RESULT_ERROR : An error occured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue