FS-7502: add simple video media bug implementation, should work with .fsv, be sure to set enable_file_write_buffering=false

Conflicts:
	src/include/switch_types.h
This commit is contained in:
Seven Du
2012-08-28 16:12:12 +08:00
committed by Anthony Minessale
parent e1804e5e39
commit bcb226eace
3 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -483,7 +483,8 @@ typedef enum {
SWITCH_ABC_TYPE_READ_PING,
SWITCH_ABC_TYPE_TAP_NATIVE_READ,
SWITCH_ABC_TYPE_TAP_NATIVE_WRITE,
SWITCH_ABC_TYPE_CLOSE
SWITCH_ABC_TYPE_CLOSE,
SWITCH_ABC_TYPE_READ_VIDEO_PING
} switch_abc_type_t;
typedef struct {