Searched refs:GST_QUERY_CAST (Results 1 – 9 of 9) sorted by relevance
136 #define GST_QUERY_CAST(obj) ((GstQuery*)(obj)) macro137 #define GST_QUERY(obj) (GST_QUERY_CAST(obj))236 return GST_QUERY_CAST (gst_mini_object_ref (GST_MINI_OBJECT_CAST (q))); in gst_query_ref()255 return GST_QUERY_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST (q))); in gst_query_copy()286 #define gst_query_make_writable(q) GST_QUERY_CAST (gst_mini_object_make_writable (GST_…
695 return GST_QUERY_CAST (query); in gst_query_new_custom()2742 return GST_QUERY_CAST (gst_mini_object_ref (GST_MINI_OBJECT_CAST (q))); in gst_query_ref()2790 return GST_QUERY_CAST (gst_mini_object_copy (GST_MINI_OBJECT_CONST_CAST (q))); in gst_query_copy()
616 #define GST_PAD_PROBE_INFO_QUERY(d) GST_QUERY_CAST(GST_PAD_PROBE_INFO_DATA(d))
907 return gst_info_describe_query (GST_QUERY_CAST (object)); in gst_debug_print_object()
315 gst_pad_peer_query (srcpad, GST_QUERY_CAST (data)); in push_data()316 gst_query_unref (GST_QUERY_CAST (data)); in push_data()420 gst_query_unref (GST_QUERY_CAST (data)); in _chain_data_clear()
888 GstQuery *query = GST_QUERY_CAST (item); in gst_queue_locked_dequeue()1438 GstQuery *query = GST_QUERY_CAST (data); in gst_queue_push_one()1469 GstQuery *query = GST_QUERY_CAST (data); in gst_queue_push_one()
2089 query = GST_QUERY_CAST (object); in gst_single_queue_push_one()
3166 GstQuery *query = GST_QUERY_CAST (data); in gst_queue2_push_one()
89157 API: add GST_QUERY_CAST