Home
last modified time | relevance | path

Searched refs:gst_element_query (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstquery.c242 fail_unless (gst_element_query (GST_ELEMENT (bin), pos), in GST_START_TEST()
244 fail_unless (gst_element_query (GST_ELEMENT (bin), dur), in GST_START_TEST()
248 fail_unless (gst_element_query (GST_ELEMENT (src), pos), in GST_START_TEST()
250 fail_unless (gst_element_query (GST_ELEMENT (src), pos), in GST_START_TEST()
253 fail_unless (gst_element_query (GST_ELEMENT (sink), pos), in GST_START_TEST()
255 fail_unless (gst_element_query (GST_ELEMENT (sink), pos), in GST_START_TEST()
Dgstpipeline.c635 fail_unless (gst_element_query (pipeline, q)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfdsrc.c153 fail_unless (gst_element_query (src, seeking_query) == TRUE); in GST_START_TEST()
190 fail_unless (gst_element_query (src, seeking_query) == TRUE); in GST_START_TEST()
Dfilesrc.c115 fail_unless (gst_element_query (src, seeking_query) == TRUE); in GST_START_TEST()
198 fail_unless (gst_element_query (src, seeking_query) == TRUE); in GST_START_TEST()
459 fail_unless (gst_element_query (e, query)); in check_uri_for_uri()
487 fail_unless (gst_element_query (e, query)); in check_uri_for_location()
Ddataurisrc.c267 fail_unless (gst_element_query (src, seeking_query) == TRUE); in GST_START_TEST()
Dcapsfilter.c176 fail_unless (gst_element_query (filter, query)); in GST_START_TEST()
Dfilesink.c248 fail_unless (gst_element_query (filesink, seeking_query) == TRUE); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/tests/icles/
Daudio-trickplay.c26 if (gst_element_query (elem, pos)) { in check_position()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkanimation.c353 if (!gst_element_query (gst_bin_get_by_name (GST_BIN (iter->pipeline), in gst_gdk_animation_iter_may_advance()
612 if (!gst_element_query (gst_bin_get_by_name (GST_BIN (iter->pipeline), in gst_gdk_animation_get_static_image()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dwavparse.c230 fail_unless (gst_element_query (GST_ELEMENT (wavparse), query), in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipc-play.c106 if (!gst_element_query (pipeline, query)) { in relative_seek()
164 if (!gst_element_query (pipeline, query)) { in play_do_seek()
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c2745 if ((res = gst_element_query (element, query))) { in gst_bin_do_latency_func()
4066 res = gst_element_query (GST_ELEMENT (item), fold->query); in bin_query_duration_fold()
4110 res = gst_element_query (GST_ELEMENT (item), fold->query); in bin_query_position_fold()
4161 res = gst_element_query (GST_ELEMENT (item), fold->query); in bin_query_latency_fold()
4213 res = gst_element_query (GST_ELEMENT (item), fold->query); in bin_query_generic_fold()
Dgstutils.c2483 ret = gst_element_query (element, query); in gst_element_query_position()
2524 ret = gst_element_query (element, query); in gst_element_query_duration()
2563 ret = gst_element_query (element, query); in gst_element_query_convert()
4010 if (gst_element_query (parent, query)) { in gst_pad_create_stream_id_internal()
Dgstelement.h1102 gboolean gst_element_query (GstElement *element, GstQuery *query);
Dgstpipeline.c691 if ((res = gst_element_query (GST_ELEMENT_CAST (pipeline), query))) { in gst_pipeline_do_latency()
Dgstelement.c2076 gst_element_query (GstElement * element, GstQuery * query) in gst_element_query() function
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c929 if (!gst_element_query (play->playbin, query)) { in relative_seek()
988 if (!gst_element_query (play->playbin, query)) { in play_do_seek()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/uridownloader/
Dgsturidownloader.c684 if (gst_element_query (urisrc, query)) { in gst_uri_downloader_fetch_uri_with_range()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dpipelineinfo110 - gboolean gst_element_query (GstElement *element, GstQueryType type,
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c763 ret = gst_element_query (pipeline, query); in do_oob_query()
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c416 if (gst_element_query (app->pipeline, query)) { in update_fill()
460 if (gst_element_query (app->pipeline, query)) { in update_seek_range()
2396 res = gst_element_query (GST_ELEMENT (GST_MESSAGE_SRC (message)), query); in msg()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsbase.c507 if (gst_element_query (element, query)) { in _get_upstream_id()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgsturidecodebin.c1623 if (gst_element_query (source, query)) { in gen_source_element()
Dgsturisourcebin.c1489 if (gst_element_query (source, query)) { in gen_source_element()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c1461 if (gst_element_query (pipeline, dc->priv->seeking_query)) { in discoverer_collect()

12