#ifndef __GSTREAMERBACKEND_H__ #define __GSTREAMERBACKEND_H__ #import @interface GStreamerBackend : NSObject -(id) init:(NSString*) pipeline videoView:(UIView*) video_view; @end #endif