Searched refs:found_caps (Results 1 – 2 of 2) sorted by relevance
1243 GstCaps *found_caps = NULL; in gst_type_find_element_loop() local1250 found_caps = gst_caps_ref (typefind->force_caps); in gst_type_find_element_loop()1255 if (!found_caps) { in gst_type_find_element_loop()1284 (guint64) size, ext, &found_caps, &probability); in gst_type_find_element_loop()1287 GST_DEBUG ("Found caps %" GST_PTR_FORMAT, found_caps); in gst_type_find_element_loop()1296 if (!found_caps || probability < typefind->min_probability) { in gst_type_find_element_loop()1298 gst_caps_replace (&found_caps, NULL); in gst_type_find_element_loop()1299 found_caps = in gst_type_find_element_loop()1303 if (!found_caps || probability < typefind->min_probability) { in gst_type_find_element_loop()1305 gst_caps_replace (&found_caps, NULL); in gst_type_find_element_loop()[all …]
119848 …gst/elements/gsttypefindelement.c (gst_type_find_element_activate): Unref found_caps after we used…119851 Unref found_caps after we used it.