(Auto)update libjingle 69588608-> 69588980
git-svn-id: http://webrtc.googlecode.com/svn/trunk@6502 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
8563ef448a
commit
0970dd8767
@ -3261,7 +3261,7 @@ bool WebRtcVideoMediaChannel::SendFrame(
|
||||
}
|
||||
const VideoFrame* frame_out = frame;
|
||||
talk_base::scoped_ptr<VideoFrame> processed_frame;
|
||||
// Disable muting for screencast.
|
||||
// TODO(hellner): Remove the need for disabling mute when screencasting.
|
||||
const bool mute = (send_channel->muted() && !is_screencast);
|
||||
send_channel->ProcessFrame(*frame_out, mute, processed_frame.use());
|
||||
if (processed_frame) {
|
||||
@ -3767,7 +3767,6 @@ bool WebRtcVideoMediaChannel::SetSendCodec(
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
static std::string ToString(webrtc::VideoCodecComplexity complexity) {
|
||||
switch (complexity) {
|
||||
case webrtc::kComplexityNormal:
|
||||
|
@ -45,7 +45,6 @@
|
||||
#error "Bogus include."
|
||||
#endif
|
||||
|
||||
|
||||
namespace webrtc {
|
||||
class VideoCaptureModule;
|
||||
class VideoDecoder;
|
||||
@ -390,7 +389,6 @@ class WebRtcVideoMediaChannel : public talk_base::MessageHandler,
|
||||
}
|
||||
bool RemoveCapturer(uint32 ssrc);
|
||||
|
||||
|
||||
talk_base::MessageQueue* worker_thread() { return engine_->worker_thread(); }
|
||||
void QueueBlackFrame(uint32 ssrc, int64 timestamp, int framerate);
|
||||
void FlushBlackFrame(uint32 ssrc, int64 timestamp);
|
||||
|
Loading…
Reference in New Issue
Block a user