webrtc/third_party_mods/libjingle/source/talk/app/webrtc_dev
perkj@webrtc.org 1305a1d05e Fix rendering in new PeerConnection API.
Fix MediaStreamHandler to make sure it releases the reference to a renderer when it is no longer needed.
Removes the use of the signaling thread in MediaStreamHandler.

Fix renderering in peerconnection_client_dev. It now uses the reference counted render wrapper.

BUG=
TEST=

Review URL: http://webrtc-codereview.appspot.com/242001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@764 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-10-18 11:54:46 +00:00
..
audiotrackimpl.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
audiotrackimpl.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastream.h Adding peerconnection_unittest. 2011-10-17 21:12:45 +00:00
mediastreamhandler_unittest.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamhandler.cc Fix rendering in new PeerConnection API. 2011-10-18 11:54:46 +00:00
mediastreamhandler.h Fix rendering in new PeerConnection API. 2011-10-18 11:54:46 +00:00
mediastreamimpl_unittest.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamimpl.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamimpl.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamprovider.h MediaStreamHandler implements eventhandlers for streams and tracks. 2011-10-03 21:55:17 +00:00
mediastreamproxy.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamproxy.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamtrackproxy.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediastreamtrackproxy.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
mediatrackimpl.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
notifierimpl.h Cleaning up of Peerconnection API. 2011-09-20 08:21:22 +00:00
peerconnection_client_dev.cc moving all new version related files to webrtc_dev and removed from webrtc. 2011-08-26 17:19:09 +00:00
peerconnection_unittest.cc Adding peerconnection_unittest. 2011-10-17 21:12:45 +00:00
peerconnection_unittests.cc Modified include path after after moving files to webrtc_dev. 2011-08-30 07:44:18 +00:00
peerconnection.h Implement proxy for both audio and video tracks. 2011-10-17 11:39:09 +00:00
peerconnectionimpl_unittest.cc One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
peerconnectionimpl.cc One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
peerconnectionimpl.h One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
peerconnectionmanager_unittest.cc One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
peerconnectionmanagerimpl.cc Implement proxy for both audio and video tracks. 2011-10-17 11:39:09 +00:00
peerconnectionmanagerimpl.h Implement proxy for both audio and video tracks. 2011-10-17 11:39:09 +00:00
peerconnectionmessage_unittest.cc Moving creation of sessiondescriptions to webrtcsession. 2011-10-05 17:15:36 +00:00
peerconnectionmessage.cc Moving creation of sessiondescriptions to webrtcsession. 2011-10-05 17:15:36 +00:00
peerconnectionmessage.h Moving creation of sessiondescriptions to webrtcsession. 2011-10-05 17:15:36 +00:00
peerconnectionsignaling_unittest.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
peerconnectionsignaling.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
peerconnectionsignaling.h One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
ref_count.h Changes after comments received from Justin and Harald. Few comments are not implemented like moving track implementation to base<> and then have child classes based on the type of track. 2011-10-13 14:31:20 +00:00
scoped_refptr_msg.h Modified include path after after moving files to webrtc_dev. 2011-08-30 07:44:18 +00:00
scoped_refptr.h moving all new version related files to webrtc_dev and removed from webrtc. 2011-08-26 17:19:09 +00:00
sessiondescriptionprovider.h Moving creation of sessiondescriptions to webrtcsession. 2011-10-05 17:15:36 +00:00
streamcollectionimpl.h One of Justin comment was to have XXXXInterface and XXXX, rather than XXXX and XXXXImpl. So here are the changes, i don't like to call some the classes as interfaces like MediaStreamTrackListInterface, but they fit the criteria to be called as interface. 2011-10-14 07:04:02 +00:00
videorendererimpl.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
videotrackimpl.cc The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
videotrackimpl.h The change will separate the media tracks based on media type. MediaStreamInterface currently will have list for audio and video. This way we don't need to check for the track type before converting to respective mediatrack. 2011-10-17 13:19:08 +00:00
webrtc_devicemanager.cc New Peerconnection manager implementation. Ready for review. 2011-09-07 07:25:56 +00:00
webrtc_devicemanager.h New Peerconnection manager implementation. Ready for review. 2011-09-07 07:25:56 +00:00
webrtcjson.cc Interface changes after we have the Serialize and Deserialize. 2011-10-03 21:34:19 +00:00
webrtcjson.h Interface changes after we have the Serialize and Deserialize. 2011-10-03 21:34:19 +00:00
webrtcsession_unittest.cc Changes to WebRtcSession after Provider(s) interface addition. 2011-10-05 18:52:26 +00:00
webrtcsession.cc Fix setting VideoCaptureModule and VideoRenderer for local and remote streams. 2011-10-06 16:10:10 +00:00
webrtcsession.h Changes to WebRtcSession after Provider(s) interface addition. 2011-10-05 18:52:26 +00:00
webrtcsessionobserver.h Moving creation of sessiondescriptions to webrtcsession. 2011-10-05 17:15:36 +00:00