mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user