]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7656 fix various edge cases with video and non video files mixed into a source...
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jun 2015 05:55:01 +0000 (00:55 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Jun 2015 05:57:02 +0000 (00:57 -0500)
commit385a3b545c41f9fd0fdbec4ed8ecfa29b8193ace
tree4efc2071df365c3d311e07eae82c7a260f89ea7d
parent434d39d450315a342b52394f780f5e07badb8389
FS-7656 fix various edge cases with video and non video files mixed into a source, fix a typo bug in file_read_video and fix same bug in mod_vlc, add a new flag to file_read_video to check if the handle is has active video, make mod_conference move the video in and out of a layer when the stream has video or not
src/include/switch_apr.h
src/include/switch_types.h
src/mod/applications/mod_av/avformat.c
src/mod/applications/mod_conference/mod_conference.c
src/mod/formats/mod_local_stream/mod_local_stream.c
src/mod/formats/mod_vlc/mod_vlc.c
src/switch_apr.c