Home | History | Annotate | Download | only in audio

Lines Matching refs:error_message

315  * If an error occurs, it will return NULL and error_message will contain the
318 * error_message must be passed NULL, if an error occurs, the caller has the
319 * ownership of the error_message, it must be freed after use.
321 GstCaps *gst_sbc_util_caps_fixate(GstCaps *caps, gchar **error_message)
331 g_assert(*error_message == NULL);
337 *error_message = g_strdup("no rate");
350 *error_message = g_strdup("no channels");
363 *error_message = g_strdup("no blocks.");
376 *error_message = g_strdup("no subbands");
389 *error_message = g_strdup("no bitpool");
402 *error_message = g_strdup("no allocation");
414 *error_message = g_strdup("no mode");
429 *error_message = g_strdup_printf("Invalid combination of "