Home
last modified time | relevance | path

Searched refs:GstGhostPad (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.h84 …T_GHOST_PAD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_GHOST_PAD, GstGhostPad))
86 #define GST_GHOST_PAD_CAST(obj) ((GstGhostPad*)(obj))
93 typedef struct _GstGhostPad GstGhostPad; typedef
130 GstPad* gst_ghost_pad_get_target (GstGhostPad *gpad);
133 gboolean gst_ghost_pad_set_target (GstGhostPad *gpad, GstPad *newtarget);
136 gboolean gst_ghost_pad_construct (GstGhostPad *gpad);
145 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstGhostPad, gst_object_unref)
Dgstghostpad.c260 G_DEFINE_TYPE (GstGhostPad, gst_ghost_pad, GST_TYPE_PROXY_PAD);
460 gst_ghost_pad_init (GstGhostPad * pad) in gst_ghost_pad_init()
512 GstGhostPad *gpad = GST_GHOST_PAD (object); in gst_ghost_pad_constructed()
594 gst_ghost_pad_construct (GstGhostPad * gpad) in gst_ghost_pad_construct()
604 GstGhostPad *ret; in gst_ghost_pad_new_full()
775 gst_ghost_pad_get_target (GstGhostPad * gpad) in gst_ghost_pad_get_target()
801 gst_ghost_pad_set_target (GstGhostPad * gpad, GstPad * newtarget) in gst_ghost_pad_set_target()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.h63 GstGhostPad *sinkpad;
64 GstGhostPad *srcpad;
/third_party/gstreamer/gstreamer/tests/check/gst/
Dstruct_ppc64.h27 {"GstGhostPad", sizeof (GstGhostPad), 536},
Dstruct_i386.h27 {"GstGhostPad", sizeof (GstGhostPad), 296},
Dstruct_x86_64.h27 {"GstGhostPad", sizeof (GstGhostPad), 536},
Dstruct_i386w.h27 {"GstGhostPad", sizeof (GstGhostPad), 320},
Dstruct_arm.h28 {"GstGhostPad", sizeof (GstGhostPad), 320},
Dstruct_x86_64w.h27 {"GstGhostPad", sizeof (GstGhostPad), 528},
Dstruct_hppa.h27 {"GstGhostPad", sizeof (GstGhostPad), 536},
Dstruct_sparc.h27 {"GstGhostPad", sizeof (GstGhostPad), 536},
Dstruct_ppc32.h27 {"GstGhostPad", sizeof (GstGhostPad), 320},
Dgstghostpad.c657 fail_unless (gst_ghost_pad_set_target ((GstGhostPad *) ghostpad, sinkpad)); in GST_START_TEST()
1045 fail_unless (gst_ghost_pad_set_target ((GstGhostPad *) ghostpad, sinkpad)); in GST_START_TEST()
1052 fail_unless (gst_ghost_pad_set_target ((GstGhostPad *) ghostpad, sinkpad)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixerbin.h64 GstGhostPad * (*create_input_pad) (GstGLMixerBin * self, GstPad * mixer_pad);
Dgstglmixerbin.c70 GstGhostPad *ghost_pad;
Dgstglvideomixer.c202 GstGhostPad parent;
342 static GstGhostPad *
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.h45 GstGhostPad parent;
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h44 GstGhostPad parent;
/third_party/gstreamer/gstreamer/docs/random/
Ddynpads42 with a new GstGhostPad class, this also solves the naming conflicts
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c355 GstGhostPad *ghost_pad; in gst_dtls_srtp_dec_release_pad()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c2283 if (!gst_ghost_pad_set_target ((GstGhostPad *) output->src_pad, NULL)) { in reconfigure_output_stream()
2299 if (!gst_ghost_pad_set_target ((GstGhostPad *) output->src_pad, NULL)) { in reconfigure_output_stream()
2394 if (!gst_ghost_pad_set_target ((GstGhostPad *) output->src_pad, in reconfigure_output_stream()
3016 gst_ghost_pad_set_target ((GstGhostPad *) output->src_pad, NULL); in free_output_stream()
Dgsturidecodebin3.c621 gst_ghost_pad_set_target ((GstGhostPad *) output->ghost_pad, NULL); in db_pad_removed_cb()
Dgstparsebin.c457 GstGhostPad parent;
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositorbin.cpp83 GstGhostPad parent;
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c770 GstGhostPad *ghost; in dvb_base_bin_release_pad()

12