Home
last modified time | relevance | path

Searched refs:gst_navigation_query_parse_commands_nth (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dnavigation.c282 fail_unless (gst_navigation_query_parse_commands_nth (q, 1, &cmd)); in GST_START_TEST()
286 fail_unless (gst_navigation_query_parse_commands_nth (q, 2, NULL)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.h171 gboolean gst_navigation_query_parse_commands_nth (GstQuery *query, guint nth,
Dnavigation.c357 gst_navigation_query_parse_commands_nth (GstQuery * query, guint nth, in gst_navigation_query_parse_commands_nth() function
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c2409 if (!gst_navigation_query_parse_commands_nth (query, i, &cmd)) in msg()