Searched refs:GstProxyPad (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.h | 37 …T_PROXY_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PROXY_PAD, GstProxyPad)) 40 typedef struct _GstProxyPad GstProxyPad; typedef 64 GstProxyPad * gst_proxy_pad_get_internal (GstProxyPad *pad); 99 GstProxyPad pad; 147 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstProxyPad, gst_object_unref)
|
D | gstghostpad.c | 54 #define GST_PROXY_PAD_CAST(obj) ((GstProxyPad *)obj) 72 G_DEFINE_TYPE_WITH_PRIVATE (GstProxyPad, gst_proxy_pad, GST_TYPE_PAD); 215 GstProxyPad * 216 gst_proxy_pad_get_internal (GstProxyPad * pad) in gst_proxy_pad_get_internal() 242 gst_proxy_pad_init (GstProxyPad * ppad) in gst_proxy_pad_init()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | struct_ppc64.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 528},
|
D | struct_i386.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 292},
|
D | struct_x86_64.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 528},
|
D | struct_i386w.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 312},
|
D | struct_arm.h | 48 {"GstProxyPad", sizeof (GstProxyPad), 312},
|
D | struct_x86_64w.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 520},
|
D | struct_hppa.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 528},
|
D | struct_sparc.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 528},
|
D | struct_ppc32.h | 47 {"GstProxyPad", sizeof (GstProxyPad), 312},
|
D | gstghostpad.c | 1071 GstProxyPad *proxypad; in GST_START_TEST() 1252 internalpad = (GstPad *) gst_proxy_pad_get_internal ((GstProxyPad *) ghost); in GST_START_TEST() 1289 internalpad = (GstPad *) gst_proxy_pad_get_internal ((GstProxyPad *) ghost); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.cpp | 422 GstProxyPad *proxy_pad; in gst_wpe_src_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/ |
D | gstinsertbin.c | 272 GstProxyPad *internal; in gst_insert_bin_init()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3.c | 2995 (GstPad *) gst_proxy_pad_get_internal ((GstProxyPad *) res->src_pad); in create_output_stream()
|
D | gstparsebin.c | 4215 GstProxyPad *ppad; in gst_parse_pad_new()
|
D | gstdecodebin2.c | 5402 GstProxyPad *ppad; in gst_decode_pad_new()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 14362 …#17 0x00007fe69e7a263b in gst_pad_peer_query (pad=pad@entry=0x7fe630054300 [GstProxyPad], query=0x… 14363 …#18 0x00007fe69e7a2c2c in query_forward_func (pad=pad@entry=0x7fe630054300 [GstProxyPad], data=dat… 14367 …#22 0x00007fe69e7a263b in gst_pad_peer_query (pad=pad@entry=0x7fe654076cf0 [GstProxyPad], query=0x… 14368 …#23 0x00007fe69e7a2c2c in query_forward_func (pad=pad@entry=0x7fe654076cf0 [GstProxyPad], data=dat… 14407 …#62 0x00007fe69e7a263b in gst_pad_peer_query (pad=pad@entry=0xa44c70 [GstProxyPad], query=0x7fe678… 14408 …#63 0x00007fe69e7a2c2c in query_forward_func (pad=pad@entry=0xa44c70 [GstProxyPad], data=data@entr… 14412 …#67 0x00007fe69e7a263b in gst_pad_peer_query (pad=pad@entry=0xa447b0 [GstProxyPad], query=0x7fe678… 14413 …#68 0x00007fe69e7a2c2c in query_forward_func (pad=pad@entry=0xa447b0 [GstProxyPad], data=data@entr… 14420 …#75 0x00007fe69e7a0aae in gst_pad_forward (pad=pad@entry=0x7fe6680ccab0 [GstProxyPad], forward=for… 14421 …#76 0x00007fe69e7a0ea2 in gst_pad_query_default (pad=0x7fe6680ccab0 [GstProxyPad], parent=<optimiz… [all …]
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 8184 The parent object for pads is not always a GstElement. Handle GstProxyPad 13159 sizeof(GstProxyPad) is 520, expected 528 64857 docs: remove GstProxyPad from private section 91818 gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad) 91821 * gst/gstghostpad.h (GstProxyPad, GstProxyPadClass, GstGhostPad) 107993 GhostPads now create their internal GstProxyPad at creation (and not
|