aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/recorder/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/recorder/error.h')
-rw-r--r--include/recorder/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/recorder/error.h b/include/recorder/error.h
index 75f1416..cfa83cd 100644
--- a/include/recorder/error.h
+++ b/include/recorder/error.h
@@ -9,7 +9,7 @@ extern "C" {
typedef enum {
GSR_ERROR_OK = 0,
GSR_ERROR_GENERIC = -1,
- GSR_ERROR_AUDIO_SETUP_FAILED = -2,
+ GSR_ERROR_UNSUPPORTED = -2,
GSR_ERROR_CAPTURE_FAILED = -3,
GSR_ERROR_VIDEO_CODEC_QUERY_FAILED = -11,
GSR_ERROR_OPENGL_LOAD_FAILED = -22,