Searched refs:GstGhostPad (Results 1 – 25 of 28) sorted by relevance
12
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.h | 84 …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)
|
D | gstghostpad.c | 260 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/ |
D | rsndec.h | 63 GstGhostPad *sinkpad; 64 GstGhostPad *srcpad;
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | struct_ppc64.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 536},
|
D | struct_i386.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 296},
|
D | struct_x86_64.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 536},
|
D | struct_i386w.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 320},
|
D | struct_arm.h | 28 {"GstGhostPad", sizeof (GstGhostPad), 320},
|
D | struct_x86_64w.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 528},
|
D | struct_hppa.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 536},
|
D | struct_sparc.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 536},
|
D | struct_ppc32.h | 27 {"GstGhostPad", sizeof (GstGhostPad), 320},
|
D | gstghostpad.c | 657 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/ |
D | gstglmixerbin.h | 64 GstGhostPad * (*create_input_pad) (GstGLMixerBin * self, GstPad * mixer_pad);
|
D | gstglmixerbin.c | 70 GstGhostPad *ghost_pad;
|
D | gstglvideomixer.c | 202 GstGhostPad parent; 342 static GstGhostPad *
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpesrcbin.h | 45 GstGhostPad parent;
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.h | 44 GstGhostPad parent;
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | dynpads | 42 with a new GstGhostPad class, this also solves the naming conflicts
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpdec.c | 355 GstGhostPad *ghost_pad; in gst_dtls_srtp_dec_release_pad()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstdecodebin3.c | 2283 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()
|
D | gsturidecodebin3.c | 621 gst_ghost_pad_set_target ((GstGhostPad *) output->ghost_pad, NULL); in db_pad_removed_cb()
|
D | gstparsebin.c | 457 GstGhostPad parent;
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11compositorbin.cpp | 83 GstGhostPad parent;
|
/third_party/gstreamer/gstplugins_bad/sys/dvb/ |
D | dvbbasebin.c | 770 GstGhostPad *ghost; in dvb_base_bin_release_pad()
|
12