Home
last modified time | relevance | path

Searched refs:src_pad_template (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/
Dgstjp2kdecimator.c56 static GstStaticPadTemplate src_pad_template = variable
101 &src_pad_template); in gst_jp2k_decimator_class_init()
133 self->srcpad = gst_pad_new_from_static_template (&src_pad_template, "src"); in gst_jp2k_decimator_init()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstvideosegmentclip.c33 static GstStaticPadTemplate src_pad_template = variable
67 gst_element_class_add_static_pad_template (element_class, &src_pad_template); in gst_video_segment_clip_class_init()
Dgstaudiosegmentclip.c33 static GstStaticPadTemplate src_pad_template = variable
73 gst_element_class_add_static_pad_template (element_class, &src_pad_template); in gst_audio_segment_clip_class_init()
/third_party/gstreamer/gstplugins_bad/gst/pnm/
Dgstpnmenc.c64 static GstStaticPadTemplate src_pad_template = variable
394 gst_element_class_add_static_pad_template (element_class, &src_pad_template); in gst_pnmenc_class_init()
/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c121 static GstStaticPadTemplate src_pad_template = variable
167 &src_pad_template); in gst_shape_wipe_class_init()
193 self->srcpad = gst_pad_new_from_static_template (&src_pad_template, "src"); in gst_shape_wipe_init()
/third_party/gstreamer/gstplugins_good/gst/imagefreeze/
Dgstimagefreeze.c94 static GstStaticPadTemplate src_pad_template = variable
158 &src_pad_template); in gst_image_freeze_class_init()
174 self->srcpad = gst_pad_new_from_static_template (&src_pad_template, "src"); in gst_image_freeze_init()