khronosfws/openmax_al/src/gst_adaptation/xaaudioencoderitfadaptation.c
changeset 33 5e8b14bae8c3
parent 28 ebf79c79991a
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
    50         {
    50         {
    51         /*change of settings - pipeline must be regenerated**/
    51         /*change of settings - pipeline must be regenerated**/
    52         mCtx->encodingchanged = XA_BOOLEAN_TRUE;
    52         mCtx->encodingchanged = XA_BOOLEAN_TRUE;
    53         memcpy(&mCtx->audioEncSettings, pSettings,
    53         memcpy(&mCtx->audioEncSettings, pSettings,
    54                 sizeof(XAAudioEncoderSettings));
    54                 sizeof(XAAudioEncoderSettings));
    55         }DEBUG_API("<-XAAudioEncoderItfAdapt_SetEncoderSettings");
    55         }
       
    56     DEBUG_API("<-XAAudioEncoderItfAdapt_SetEncoderSettings");
    56     return ret;
    57     return ret;
    57     }
    58     }
    58 
    59 
    59 static gboolean
    60 static gboolean
    60 populate_field_settings (GQuark field, const GValue * value, gpointer pfx)
    61 populate_field_settings (GQuark field, const GValue * value, gpointer pfx)