khronosfws/openmax_al/src/common/xavideopostprocessingitf.h
changeset 16 43d09473c595
parent 12 5a06f39ad45b
--- a/khronosfws/openmax_al/src/common/xavideopostprocessingitf.h	Mon May 03 12:59:52 2010 +0300
+++ b/khronosfws/openmax_al/src/common/xavideopostprocessingitf.h	Fri May 14 16:22:35 2010 +0300
@@ -18,11 +18,8 @@
 #ifndef XAVIDEOPOSTPROCESSINGITF_H
 #define XAVIDEOPOSTPROCESSINGITF_H
 
-#include "openmaxalwrapper.h"
-#include "xaglobals.h"
-#ifdef _GSTREAMER_BACKEND_   
-#include "XAAdaptationContextBase.h"
-#endif
+#include "xaadptbasectx.h"
+
 /** MACROS **/
 
 /** TYPES **/
@@ -52,10 +49,10 @@
     XAboolean		isDestRect;
     XAboolean		isSrcRect;
     XAboolean		isScaleOptions;
-#ifdef _GSTREAMER_BACKEND_   
+
     /*Adaptation variables*/
     XAAdaptationBaseCtx *adapCtx;
-#endif
+
 } XAVideoPostProcessingItfImpl;
 
 /** METHODS **/
@@ -82,12 +79,9 @@
                                                 XAuint32 mirror);
 
 XAresult XAVideoPostProcessingItfImpl_Commit(XAVideoPostProcessingItf self);
-#ifdef _GSTREAMER_BACKEND_   
+ 
 /* XAVideoPostProcessingItfImpl -specific methods */
 XAVideoPostProcessingItfImpl* XAVideoPostProcessingItfImpl_Create(XAAdaptationBaseCtx *adapCtx);
-XAresult XAVideoPostProcessingItfImpl_ThreadEntry(XAAdaptationBaseCtx *adapCtx);
-XAresult XAVideoPostProcessingItfImpl_ThreadExit(XAVideoPostProcessingItfImpl* impl);
-#endif
 void XAVideoPostProcessingItfImpl_Free(XAVideoPostProcessingItfImpl* self);
 
 #endif /* XAVIDEOPOSTPROCESSINGITF_H */