summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/rtsp_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/rtp/rtsp_client.h')
-rw-r--r--src/modules/rtp/rtsp_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/rtp/rtsp_client.h b/src/modules/rtp/rtsp_client.h
index 0f1daabd..3c5280c2 100644
--- a/src/modules/rtp/rtsp_client.h
+++ b/src/modules/rtp/rtsp_client.h
@@ -44,7 +44,8 @@ typedef enum {
STATE_RECORD,
STATE_TEARDOWN,
STATE_SET_PARAMETER,
- STATE_FLUSH
+ STATE_FLUSH,
+ STATE_DISCONNECTED
} pa_rtsp_state;
typedef void (*pa_rtsp_cb_t)(pa_rtsp_client *c, pa_rtsp_state state, pa_headerlist* hl, void *userdata);