khronosfws/openmax_al/src/mediarecorder/xarecorditf.c
changeset 42 1fa3fb47b1e3
parent 31 8dfd592727cb
child 53 eabc8c503852
equal deleted inserted replaced
32:94fc26b6e006 42:1fa3fb47b1e3
   519         self->pObjImpl = impl;
   519         self->pObjImpl = impl;
   520         self->adapCtx = impl->adaptationCtx;
   520         self->adapCtx = impl->adaptationCtx;
   521         XAAdaptationBase_AddEventHandler(impl->adaptationCtx,
   521         XAAdaptationBase_AddEventHandler(impl->adaptationCtx,
   522                 &XARecordItfImpl_AdaptCb, XA_RECORDITFEVENTS, self);
   522                 &XARecordItfImpl_AdaptCb, XA_RECORDITFEVENTS, self);
   523         self->self = self;
   523         self->self = self;
   524         }DEBUG_API("<-XARecordItfImpl_Create");
   524         }
       
   525     DEBUG_API("<-XARecordItfImpl_Create");
   525     return self;
   526     return self;
   526     }
   527     }
   527 
   528 
   528 /**
   529 /**
   529  * void XARecordItfImpl_Free(XARecordItfImpl* self)
   530  * void XARecordItfImpl_Free(XARecordItfImpl* self)