equal
deleted
inserted
replaced
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) |