khronosfws/openmax_al/src/gst_adaptation/xastreaminformationitfadaptation.c
changeset 21 2ed61feeead6
parent 19 4a629bc82c5e
child 25 6f7ceef7b1d1
equal deleted inserted replaced
20:b67dd1fc57c5 21:2ed61feeead6
    66         DEBUG_API("-<XAStreamInformationItfAdapt_QueryMediaContainerInformation");
    66         DEBUG_API("-<XAStreamInformationItfAdapt_QueryMediaContainerInformation");
    67         return XA_RESULT_PARAMETER_INVALID;
    67         return XA_RESULT_PARAMETER_INVALID;
    68     }
    68     }
    69 
    69 
    70     /* Get media container type */
    70     /* Get media container type */
    71     DEBUG_INFO_A2("Adaptation Context- ID is [%u] Extended ID[%u]",
    71     DEBUG_INFO_A1("Adaptation Context- ID is [%u] ",
    72                 (unsigned int)adaptCtx->ctxId,
    72                 (unsigned int)adaptCtx->ctxId );
    73                 (unsigned int)((XAMediaPlayerAdaptationCtx*) adaptCtx)->extendedCtxId);
       
    74 
    73 
    75     /* Initialize to unspecified */
    74     /* Initialize to unspecified */
    76     *containerType = XA_CONTAINERTYPE_UNSPECIFIED;
    75     *containerType = XA_CONTAINERTYPE_UNSPECIFIED;
    77     xaDataSource = ((XAMediaPlayerAdaptationCtx*) adaptCtx)->xaSource;
    76     xaDataSource = ((XAMediaPlayerAdaptationCtx*) adaptCtx)->xaSource;
    78 /*    DEBUG_INFO("Obtained handle to xaDataSource");*/
    77 /*    DEBUG_INFO("Obtained handle to xaDataSource");*/