Searched refs:myerror (Results 1 – 2 of 2) sorted by relevance
339 GError *myerror = NULL; in gst_parse_launch_full() local347 element = priv_gst_parse_launch (pipeline_description, &myerror, context, in gst_parse_launch_full()351 if (G_UNLIKELY (myerror != NULL && element != NULL)) { in gst_parse_launch_full()358 if (myerror) in gst_parse_launch_full()359 g_propagate_error (error, myerror); in gst_parse_launch_full()
467 ^(NSError *myerror)