diff -r a493a607b5bf -r eabc8c503852 khronosfws/openmax_al/src/common/xastreaminformationitf.h --- a/khronosfws/openmax_al/src/common/xastreaminformationitf.h Fri Sep 03 19:34:12 2010 -0500 +++ b/khronosfws/openmax_al/src/common/xastreaminformationitf.h Tue Sep 21 11:38:43 2010 -0500 @@ -20,6 +20,8 @@ #include "openmaxalwrapper.h" #include "xaadptbasectx.h" +#include "xamediaplayer.h" + /** MACROS **/ @@ -75,7 +77,10 @@ /* XAStreamInformationItfImpl -specific methods */ XAStreamInformationItfImpl* XAStreamInformationItfImpl_Create( - XAAdaptationBaseCtx *adapCtx); + XAMediaPlayerImpl* impl); void XAStreamInformationItfImpl_Free(XAStreamInformationItfImpl* self); +void XAStreamInformationItfImpl_AdaptCb( void *pHandlerCtx, XAAdaptEvent *event ); + + #endif /* XASTREAMINFORMATIONITF_H */