Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstquery.c76 } GstQueryImpl; typedef
78 #define GST_QUERY_STRUCTURE(q) (((GstQueryImpl *)(q))->structure)
200 memset (query, 0xff, sizeof (GstQueryImpl)); in _gst_query_free()
203 g_slice_free1 (sizeof (GstQueryImpl), query); in _gst_query_free()
675 GstQueryImpl *query; in gst_query_new_custom()
677 query = g_slice_new0 (GstQueryImpl); in gst_query_new_custom()
700 g_slice_free1 (sizeof (GstQueryImpl), query); in gst_query_new_custom()