Searched refs:padcount (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadder.h | 46 gint padcount; member
|
D | gstadder.c | 900 adder->padcount = 0; in gst_adder_init() 997 gint padcount; in gst_adder_request_new_pad() local 1005 padcount = g_atomic_int_add (&adder->padcount, 1); in gst_adder_request_new_pad() 1007 name = g_strdup_printf ("sink_%u", padcount); in gst_adder_request_new_pad()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsninputselector.h | 70 guint padcount; member
|
D | rsninputselector.c | 1258 sel->padcount = 0; in gst_input_selector_init() 1642 GST_LOG_OBJECT (sel, "Creating new pad %d", sel->padcount); in gst_input_selector_request_new_pad() 1643 name = g_strdup_printf ("sink_%u", sel->padcount++); in gst_input_selector_request_new_pad()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstinputselector.h | 71 guint padcount; /* sequence number for pads */ member
|
D | gstinputselector.c | 1377 sel->padcount = 0; in gst_input_selector_init() 1846 GST_LOG_OBJECT (sel, "Creating new pad sink_%u", sel->padcount); in gst_input_selector_request_new_pad() 1847 name = g_strdup_printf ("sink_%u", sel->padcount++); in gst_input_selector_request_new_pad()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | collectpads.c | 47 gint padcount; member 123 gint padcount; in gst_aggregator_request_new_pad() local 129 padcount = g_atomic_int_add (&aggregator->padcount, 1); in gst_aggregator_request_new_pad() 130 name = g_strdup_printf ("sink_%u", padcount); in gst_aggregator_request_new_pad()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 14074 If you requested a sink pad called "sink_6", padcount (which is badly named and 14078 This can be fixed by instead setting padcount to be 7 in that case, but this 33412 The padcount is uint. Also add comments to the instance vars.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 75566 If you requested a sink pad called "sink_6", padcount (which is badly named and 75570 This can be fixed by instead setting padcount to be 7 in that case, but this
|