![]() | ![]() | ![]() | GStreamer 0.8 Core API Reference | ![]() |
---|
GstCompat — Deprecated API entries
#define gst_element_connect (a,b) #define gst_element_connect_pads (a,b,c,d) #define gst_element_connect_many (a,...) #define gst_element_connect_filtered (a,b,c) #define gst_element_disconnect (a,b) #define gst_pad_connect (a,b) #define gst_pad_connect_filtered (a,b,c) #define gst_pad_disconnect (a,b) #define gst_pad_proxy_connect (a,b) #define gst_pad_set_connect_function (a,b) void gst_pad_call_chain_function (GstPad *pad, GstData *data); GstData* gst_pad_call_get_function (GstPad *pad); #define GST_PAD_CONNECT_REFUSED #define GST_PAD_CONNECT_DELAYED #define GST_PAD_CONNECT_OK #define GST_PAD_CONNECT_DONE typedef GstPadConnectReturn; typedef GstPadConnectFunction; #define gst_info (...)
#define gst_pad_connect_filtered(a,b,c) gst_pad_link_filtered(a,b,c)
a : | |
b : | |
c : |
void gst_pad_call_chain_function (GstPad *pad, GstData *data);
Calls the chain function of the given pad while making sure the internal consistency is kept. Use this function inside schedulers instead of calling the chain function yourself.
pad : | sink pad to call chain function on |
data : | data to call the chain function with |
GstData* gst_pad_call_get_function (GstPad *pad);
Calls the get function of the given pad while making sure the internal consistency is kept. Use this function inside schedulers instead of calling the get function yourself.
pad : | sink pad to call chain function on |
Returns : | the data provided by the pad or NULL if no data was available. |
<< GStreamer Core Compatibility | Object Hierarchy >> |