Uses of Class
org.gstreamer.lowlevel.annotations.IncRef

Packages that use IncRef
org.gstreamer.lowlevel   
 

Uses of IncRef in org.gstreamer.lowlevel
 

Method parameters in org.gstreamer.lowlevel with annotations of type IncRef
 boolean GstBusAPI.gst_bus_post(Bus bus, Message message)
           
 boolean GstElementAPI.gst_element_post_message(Element element, Message message)
           
 boolean GstElementAPI.gst_element_remove_pad(Element elem, Pad pad)
           
 boolean GstElementAPI.gst_element_send_event(Element element, Event event)
           
 FlowReturn GstPadAPI.gst_pad_chain(Pad pad, Buffer buffer)
           
 boolean GstPadAPI.gst_pad_push_event(Pad pad, Event event)
           
 FlowReturn GstPadAPI.gst_pad_push(Pad pad, Buffer buffer)
           
 boolean GstPadAPI.gst_pad_send_event(Pad pad, Event event)
           
 PadTemplate GstPadTemplateAPI.gst_pad_template_new(java.lang.String name_template, PadDirection direction, PadPresence presence, Caps caps)
           
 com.sun.jna.Pointer GstPadTemplateAPI.ptr_gst_pad_template_new(java.lang.String name_template, PadDirection direction, PadPresence presence, Caps caps)