Lines Matching refs:nextv
2084 GVariant *nextv = NULL; in _serialize_common_stream_info() local
2098 nextv = gst_discoverer_info_to_variant_recurse (sinfo->next, flags); in _serialize_common_stream_info()
2100 nextv = g_variant_new ("()"); in _serialize_common_stream_info()
2104 misc_str, nextv); in _serialize_common_stream_info()
2210 GVariant *nextv = NULL; in gst_discoverer_info_to_variant_recurse() local
2214 nextv = gst_discoverer_info_to_variant_recurse (ninfo, flags); in gst_discoverer_info_to_variant_recurse()
2218 g_variant_new ("v", nextv)); in gst_discoverer_info_to_variant_recurse()
2288 GVariant *nextv; in _parse_common_stream_info() local
2290 GET_FROM_TUPLE (common, variant, 4, &nextv); in _parse_common_stream_info()
2291 if (g_variant_n_children (nextv) > 0) { in _parse_common_stream_info()
2292 sinfo->next = _parse_discovery (nextv, info); in _parse_common_stream_info()
2294 g_variant_unref (nextv); in _parse_common_stream_info()