-
- Downloads
"README.md" did not exist on "c25a09e6b3d956033fa6423cd92b7cb5c9563376"
recorder: refactor pipeline
Moves the recorder up one level to the VideoInput, VideoReceiveThread and AudioReceiveThread, instead of the MediaDecoder (there's no equivalent to the VideoInput in the audio layer). Emits the RecordPlaybackStopped when the recording is stopped, so the client can sync its recording state with the daemon, in case the daemon stops recording by itself (rather than user intervention). Change-Id: I743b080cb354273ec074fec51caf2a4328fc1c58
Showing
- src/media/audio/audio_rtp_session.cpp 21 additions, 2 deletionssrc/media/audio/audio_rtp_session.cpp
- src/media/media_decoder.cpp 10 additions, 37 deletionssrc/media/media_decoder.cpp
- src/media/media_decoder.h 3 additions, 5 deletionssrc/media/media_decoder.h
- src/media/media_encoder.cpp 6 additions, 2 deletionssrc/media/media_encoder.cpp
- src/media/media_recorder.cpp 3 additions, 1 deletionsrc/media/media_recorder.cpp
- src/media/video/video_input.cpp 20 additions, 3 deletionssrc/media/video/video_input.cpp
- src/media/video/video_input.h 3 additions, 0 deletionssrc/media/video/video_input.h
- src/media/video/video_receive_thread.cpp 20 additions, 3 deletionssrc/media/video/video_receive_thread.cpp
- src/media/video/video_receive_thread.h 3 additions, 0 deletionssrc/media/video/video_receive_thread.h
Loading
Please register or sign in to comment