Home
last modified time | relevance | path

Searched refs:GST_QUERY_IS_SERIALIZED (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstvalve.c329 if (GST_QUERY_IS_SERIALIZED (query) && g_atomic_int_get (&valve->drop)) in gst_valve_query()
Dgstconcat.c724 if (GST_QUERY_IS_SERIALIZED (query) && !gst_concat_pad_wait (spad, self)) { in gst_concat_sink_query()
Dgstdownloadbuffer.c1134 if (GST_QUERY_IS_SERIALIZED (query)) { in gst_download_buffer_handle_sink_query()
Dgstqueue.c1063 if (G_UNLIKELY (GST_QUERY_IS_SERIALIZED (query))) { in gst_queue_handle_sink_query()
Dgstmultiqueue.c3068 if (GST_QUERY_IS_SERIALIZED (query)) {
Dgstqueue2.c2802 if (GST_QUERY_IS_SERIALIZED (query)) { in gst_queue2_handle_sink_query()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c303 if (GST_QUERY_IS_SERIALIZED (query)) in drop_serialized_queries()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.h175 #define GST_QUERY_IS_SERIALIZED(ev) !!(GST_QUERY_TYPE (ev) & GST_QUERY_TYPE_SERIALIZED) macro
Dgstpad.c3802 GST_QUERY_IS_SERIALIZED ((i)->data)) \
4177 serialized = GST_QUERY_IS_SERIALIZED (query); in gst_pad_query()
4303 serialized = GST_QUERY_IS_SERIALIZED (query); in gst_pad_peer_query()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c781 if (GST_QUERY_IS_SERIALIZED (query) && !upstream) { in on_query()
Dgstipcpipelinecomm.c1115 GST_QUERY_IS_SERIALIZED (query) ? ACK_TYPE_BLOCKING : ACK_TYPE_TIMED, in gst_ipc_pipeline_comm_write_query_to_fd()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstcollectpads.c2104 if (GST_QUERY_IS_SERIALIZED (query)) { in gst_collect_pads_query()
Dgstaggregator.c2560 if (GST_QUERY_IS_SERIALIZED (query)) { in gst_aggregator_default_sink_query_pre_queue()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c3870 if (!GST_QUERY_IS_SERIALIZED (query)) { in source_pad_blocked_cb()
Dgstdecodebin2.c5337 if (!GST_QUERY_IS_SERIALIZED (query)) { in source_pad_blocked_cb()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c4454 if (GST_QUERY_IS_SERIALIZED (query)) { in gst_rtp_jitter_buffer_sink_query()