Home
last modified time | relevance | path

Searched refs:GstProxyPad (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.h37 …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)
Dgstghostpad.c54 #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/
Dstruct_ppc64.h47 {"GstProxyPad", sizeof (GstProxyPad), 528},
Dstruct_i386.h47 {"GstProxyPad", sizeof (GstProxyPad), 292},
Dstruct_x86_64.h47 {"GstProxyPad", sizeof (GstProxyPad), 528},
Dstruct_i386w.h47 {"GstProxyPad", sizeof (GstProxyPad), 312},
Dstruct_arm.h48 {"GstProxyPad", sizeof (GstProxyPad), 312},
Dstruct_x86_64w.h47 {"GstProxyPad", sizeof (GstProxyPad), 520},
Dstruct_hppa.h47 {"GstProxyPad", sizeof (GstProxyPad), 528},
Dstruct_sparc.h47 {"GstProxyPad", sizeof (GstProxyPad), 528},
Dstruct_ppc32.h47 {"GstProxyPad", sizeof (GstProxyPad), 312},
Dgstghostpad.c1071 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/
Dgstwpesrcbin.cpp422 GstProxyPad *proxy_pad; in gst_wpe_src_init()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c272 GstProxyPad *internal; in gst_insert_bin_init()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c2995 (GstPad *) gst_proxy_pad_get_internal ((GstProxyPad *) res->src_pad); in create_output_stream()
Dgstparsebin.c4215 GstProxyPad *ppad; in gst_parse_pad_new()
Dgstdecodebin2.c5402 GstProxyPad *ppad; in gst_decode_pad_new()
/third_party/gstreamer/gstplugins_base/
DChangeLog14362 …#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/
DChangeLog8184 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