Searched refs:tmpprof (Results 1 – 2 of 2) sorted by relevance
109 GList *tmpprof, *usable_profiles = NULL; local111 for (tmpprof = (GList *) gst_encoding_target_get_profiles (target);112 tmpprof; tmpprof = tmpprof->next) {113 GstEncodingProfile *profile = tmpprof->data;
250 GList *tmpprof; in list_encoding_targets() local257 for (tmpprof = usable_profiles; tmpprof; tmpprof = tmpprof->next) in list_encoding_targets()259 gst_encoding_profile_get_name (tmpprof->data), in list_encoding_targets()260 gst_encoding_profile_get_description (tmpprof->data)); in list_encoding_targets()