webrtc/src/modules
zakkhoyt@webrtc.org a7e70b43e2 When entering fullscreen mode, the CocoaRenderView is attached as a subview to a new full screen window.
When the class is torn down, the view was not being attached back to it's original NSView. I added a 
new class variable to remember the original superview and then reattach it at the appropriate time.
Review URL: http://webrtc-codereview.appspot.com/290009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1070 4adac7df-926f-26a2-2b94-8c16560cd09d
2011-11-30 22:30:50 +00:00
..
audio_coding Removing deprecated NetEQ APIs 2011-11-30 16:21:22 +00:00
audio_conference_mixer Added empty unit tests to get code coverage measured. 2011-11-24 07:20:00 +00:00
audio_device Query the capture volume immediately on Win Core. 2011-11-30 17:43:05 +00:00
audio_processing Move stream_delay check to ProcessStream(). 2011-11-29 18:28:57 +00:00
interface Updating to VP8 RTP spec rev -02 2011-11-24 12:52:40 +00:00
media_file Added empty unit tests to get code coverage measured. 2011-11-24 07:20:00 +00:00
rtp_rtcp FEC: Fix to valgrind warning. 2011-11-28 22:10:05 +00:00
udp_transport Added empty unit tests to get code coverage measured. 2011-11-24 07:20:00 +00:00
utility Added empty unit tests to get code coverage measured. 2011-11-24 07:20:00 +00:00
video_capture Included modules in webrtc.gyp and fixed build errors. 2011-11-16 15:36:44 +00:00
video_coding video_coding/jitter buffer: Reduce delay on a complete frame: No need for the next frame when current frame is already complete. 2011-11-30 18:38:01 +00:00
video_processing/main Fixing Release compilation errors 2011-11-23 12:20:35 +00:00
video_render When entering fullscreen mode, the CocoaRenderView is attached as a subview to a new full screen window. 2011-11-30 22:30:50 +00:00
modules.gyp Restructuring and adding dummy unit test target. 2011-11-17 13:56:54 +00:00