Rip out the old video renderer and decoder

This commit is contained in:
Cameron Gutman
2014-10-18 22:43:52 -04:00
parent 2062c4c3e9
commit 374caee973
109 changed files with 60 additions and 25085 deletions

View File

@@ -8,9 +8,8 @@
#import "StreamFrameViewController.h"
#import "MainFrameViewController.h"
#import "VideoDepacketizer.h"
#import "Connection.h"
#import "VideoRenderer.h"
#import "VideoDecoderRenderer.h"
#import "ConnectionHandler.h"
#include <sys/socket.h>
@@ -48,8 +47,7 @@
NSOperationQueue* opQueue = [[NSOperationQueue alloc] init];
[opQueue addOperation:conn];
[opQueue addOperation:[[VideoRenderer alloc]initWithTarget:streamView]];
[opQueue addOperation:[[VideoDecoderRenderer alloc]initWithTarget:streamView]];
}
- (void)didReceiveMemoryWarning