Skip to content
  • Thiago Santos's avatar
    dataqueue: add gst_data_queue_peek · 1681a1b1
    Thiago Santos authored
    This function works just like gst_data_queue_pop, but it doesn't
    remove the object from the queue.
    
    Useful when inspecting multiple GstDataQueues to decide from which
    to pop the element from.
    
    Add: gst_data_queue_peek
    1681a1b1