Home
last modified time | relevance | path

Searched refs:myerror (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstparse.c339 GError *myerror = NULL; in gst_parse_launch_full() local
347 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()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosassetsrc.m467 ^(NSError *myerror)