gstreamer/playback/player/ios/GstPlay/EaglUIVIew.h

12 lines
172 B
C
Raw Normal View History

2014-08-02 18:19:09 +00:00
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
@interface EaglUIView : UIView
{
}
@end