-/* gstreamer-0.10.vapi generated by lt-vapigen, do not modify. */
+/* gstreamer-0.10.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
namespace Gst {
public weak Gst.Caps subtract (Gst.Caps subtrahend);
public weak string to_string ();
public void truncate ();
- public weak Gst.Caps union (Gst.Caps caps2);
+ public Gst.Caps union (Gst.Caps caps2);
}
[Compact]
[CCode (cheader_filename = "gst/gst.h")]
public bool dispatcher (Gst.PadDispatcherFunction dispatch, void* data);
public bool event_default (Gst.Event event);
public void fixate_caps (Gst.Caps caps);
- public weak Gst.Caps get_allowed_caps ();
- public weak Gst.Caps get_caps ();
+ public Gst.Caps get_allowed_caps ();
+ public Gst.Caps get_caps ();
public Gst.PadDirection get_direction ();
public void* get_element_private ();
public weak Gst.Caps get_fixed_caps_func ();
public weak GLib.List get_internal_links ();
public weak GLib.List get_internal_links_default ();
- public weak Gst.Caps get_negotiated_caps ();
+ public Gst.Caps get_negotiated_caps ();
public weak Gst.PadTemplate get_pad_template ();
public weak Gst.Caps get_pad_template_caps ();
public weak Gst.Element get_parent_element ();
- public weak Gst.Pad get_peer ();
+ public Gst.Pad get_peer ();
public Gst.QueryType get_query_types ();
public Gst.QueryType get_query_types_default ();
public Gst.FlowReturn get_range (uint64 offset, uint size, out weak Gst.Buffer buffer);
public Pad.from_template (Gst.PadTemplate templ, string name);
public bool pause_task ();
public bool peer_accept_caps (Gst.Caps caps);
- public weak Gst.Caps peer_get_caps ();
+ public Gst.Caps peer_get_caps ();
public bool peer_query (Gst.Query query);
public weak Gst.Caps proxy_getcaps ();
public bool proxy_setcaps (Gst.Caps caps);
gst_caps_new_simple ellipsis="1"
gst_caps_new_full ellipsis="1"
gst_caps_set_simple ellipsis="1"
+gst_caps_union transfer_ownership="1"
GstChildProxy::child_added has_emitter="1"
GstChildProxy::child_removed has_emitter="1"
GstClockTime hidden="1"
gst_object_ref hidden="1"
gst_object_unref hidden="1"
GstPad.querytypefunc hidden="1"
+gst_pad_get_caps transfer_ownership="1"
+gst_pad_get_allowed_caps transfer_ownership="1"
+gst_pad_get_negotiated_caps transfer_ownership="1"
+gst_pad_get_peer transfer_ownership="1"
+gst_pad_peer_get_caps transfer_ownership="1"
gst_pad_push.buffer takes_ownership="1"
gst_pad_push_event.event takes_ownership="1"
gst_pad_send_event.event takes_ownership="1"