Searched refs:gst_navigation_query_parse_commands_nth (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | navigation.c | 282 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/ |
D | navigation.h | 171 gboolean gst_navigation_query_parse_commands_nth (GstQuery *query, guint nth,
|
D | navigation.c | 357 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/ |
D | playback-test.c | 2409 if (!gst_navigation_query_parse_commands_nth (query, i, &cmd)) in msg()
|