dect
/
asterisk
Archived
13
0
Fork 0

Send video update frame to new video source in follow_talker correctly.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@327749 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
dvossel 2011-07-12 14:55:51 +00:00
parent d8b274bfd0
commit d75b0b09d3
1 changed files with 1 additions and 0 deletions

View File

@ -1537,6 +1537,7 @@ void ast_bridge_update_talker_src_video_mode(struct ast_bridge *bridge, struct a
}
data->chan_vsrc = ast_channel_ref(chan);
data->average_talking_energy = talker_energy;
ast_indicate(data->chan_vsrc, AST_CONTROL_VIDUPDATE);
} else if ((data->average_talking_energy < talker_energy) && !is_keyframe) {
ast_indicate(chan, AST_CONTROL_VIDUPDATE);
} else if (!data->chan_vsrc && is_keyframe) {