[ CCode ( cname = "GstDataQueue" , lower_case_cprefix = "gst_data_queue_" , type_id = "gst_data_queue_get_type ()" ) ]
[ GIR ( name = "DataQueue" ) ]
public class DataQueue : Object
DataQueue is an object that handles threadsafe queueing of objects.
It also provides size-related functionality. This object should be used for any Element that wishes to provide some sort of queueing functionality.