gst_query_parse_formats_nth  301 gst/gstquery.h void            gst_query_parse_formats_nth     (GstQuery *query, guint nth, GstFormat *format);
gst_query_parse_formats_nth  125 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 0, &format);
gst_query_parse_formats_nth  127 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 1, &format);
gst_query_parse_formats_nth  138 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 0, &format);
gst_query_parse_formats_nth  140 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 1, &format);
gst_query_parse_formats_nth  144 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 2, &format);
gst_query_parse_formats_nth  154 tests/check/gst/gstquery.c     gst_query_parse_formats_nth (query, 2, &format);
gst_query_parse_formats_nth  169 tests/check/gst/gstquery.c       gst_query_parse_formats_nth (query, 0, &format);
gst_query_parse_formats_nth  171 tests/check/gst/gstquery.c       gst_query_parse_formats_nth (query, 2, &format);