Searched refs:GST_QUERY_POSITION (Results 1 – 25 of 74) sorted by relevance
123
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstquery.c | 35 fail_unless (GST_QUERY_TYPE (query) == GST_QUERY_POSITION); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesink.c | 314 case GST_QUERY_POSITION: in gst_gio_base_sink_query()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 90 {GST_QUERY_POSITION, "position", 0}, 243 query = gst_query_new_custom (GST_QUERY_POSITION, structure); in gst_query_new_position() 261 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_POSITION); in gst_query_set_position() 287 g_return_if_fail (GST_QUERY_TYPE (query) == GST_QUERY_POSITION); in gst_query_parse_position()
|
D | gstquery.h | 110 GST_QUERY_POSITION = GST_QUERY_MAKE_TYPE (10, _FLAG(BOTH)), enumerator
|
/third_party/gstreamer/gstplugins_bad/gst/festival/ |
D | gstfestival.c | 510 case GST_QUERY_POSITION: in gst_festival_src_query()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 258 case GST_QUERY_POSITION: in gst_multi_file_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 296 case GST_QUERY_POSITION: in gst_gme_dec_src_query()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 202 case GST_QUERY_POSITION: in gst_fd_sink_query()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateparse.c | 517 case GST_QUERY_POSITION: in gst_kate_parse_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 177 case GST_QUERY_POSITION:{ in gst_ttml_parse_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 452 case GST_QUERY_POSITION:{ in gst_rtmp_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 1265 case GST_QUERY_POSITION: in gst_cc_combiner_src_query() 1304 case GST_QUERY_POSITION: in gst_cc_combiner_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 601 case GST_QUERY_POSITION:{ in gst_au_parse_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisparse.c | 611 case GST_QUERY_POSITION: in vorbis_parse_src_query()
|
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/ |
D | gstgdkanimation.c | 354 "source"), GST_QUERY_POSITION, &bytes, &offset)) in gst_gdk_animation_iter_may_advance()
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackdec.c | 290 case GST_QUERY_POSITION:{ in gst_musepackdec_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 268 case GST_QUERY_POSITION: in speed_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 293 case GST_QUERY_POSITION: in gst_modplug_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0rmixer.c | 399 case GST_QUERY_POSITION: in gst_frei0r_mixer_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraparse.c | 823 case GST_QUERY_POSITION: in theora_parse_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstogmparse.c | 480 case GST_QUERY_POSITION: in gst_ogm_parse_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 775 } else if (res && GST_QUERY_TYPE (query) == GST_QUERY_POSITION) { in gst_deinterleave_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 332 case GST_QUERY_POSITION: in gst_sf_dec_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 590 case GST_QUERY_POSITION:{ in gst_pitch_src_query()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | pipelineinfo | 99 - the query (GST_QUERY_POSITION, GST_FORMAT_UNITS) will return the
|
123