summaryrefslogtreecommitdiff
path: root/channels/console_video.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2008-06-30 15:45:15 +0000
committerLuigi Rizzo <rizzo@icir.org>2008-06-30 15:45:15 +0000
commitff8ad6b4970c0ce68d1da1cc683e73b2ffdbefe3 (patch)
tree5615b8941ba0f6e898b4bbe5b41f9826f5ef10a2 /channels/console_video.h
parentf55143f0a6689df3dac5d25ab6f05938b490f028 (diff)
implement the 'freeze' function for incoming frames;
fix a bug which caused a crash when a videodevice was specified after startgui=1 in the config file. This also involves a slightly different method to determine if the gui is active or not. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/console_video.h')
-rw-r--r--channels/console_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/console_video.h b/channels/console_video.h
index fb1a48821..f88e5fa1d 100644
--- a/channels/console_video.h
+++ b/channels/console_video.h
@@ -97,6 +97,7 @@ int console_video_cli(struct video_desc *env, const char *var, int fd);
int console_video_config(struct video_desc **penv, const char *var, const char *val);
void console_video_uninit(struct video_desc *env);
void console_video_start(struct video_desc *env, struct ast_channel *owner);
+int get_gui_startup(struct video_desc* env);
/* console_board.c */