Home
last modified time | relevance | path

Searched refs:fixate_caps (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglviewconvert.c122 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = in gst_gl_view_convert_element_class_init()
249 (gst_gl_view_convert_element_parent_class)->fixate_caps (trans, direction, in gst_gl_view_convert_element_fixate_caps()
Dgstglcolorconvertelement.c101 bt_class->fixate_caps = gst_gl_color_convert_element_fixate_caps; in gst_gl_color_convert_element_class_init()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasetransform57 base_transform_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_replace_fixate_caps);
116 GST_DEBUG_OBJECT (replace, "fixate_caps");
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.h229 GstCaps* (*fixate_caps) (GstBaseTransform *trans, member
Dgstbasetransform.c351 klass->fixate_caps = in gst_base_transform_class_init()
1171 if (klass->fixate_caps) { in gst_base_transform_find_transform()
1178 klass->fixate_caps (trans, GST_PAD_DIRECTION (pad), caps, othercaps); in gst_base_transform_find_transform()
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/
Dgstaudiomixmatrix.c214 trans_class->fixate_caps = in gst_audio_mix_matrix_class_init()
657 GST_BASE_TRANSFORM_CLASS (gst_audio_mix_matrix_parent_class)->fixate_caps in gst_audio_mix_matrix_fixate_caps()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c370 return GST_BASE_TRANSFORM_CLASS (parent_class)->fixate_caps (base, in gst_cc_converter_fixate_caps()
382 GST_BASE_TRANSFORM_CLASS (parent_class)->fixate_caps (base, direction, in gst_cc_converter_fixate_caps()
1333 basetransform_class->fixate_caps = in gst_cc_converter_class_init()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspafilter.c312 base_class->fixate_caps = in gst_ladspa_filter_type_class_init()
/third_party/gstreamer/gstplugins_base/gst/videoconvert/
Dgstvideoconvert.c537 gstbasetransform_class->fixate_caps = in gst_video_convert_class_init()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c133 base_transform_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_ivtc_fixate_caps); in gst_ivtc_class_init()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c236 basetransform_class->fixate_caps = in gst_audio_convert_class_init()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c196 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = in gst_audio_resample_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.c145 GST_BASE_TRANSFORM_CLASS (klass)->fixate_caps = gst_gl_filter_fixate_caps; in gst_gl_filter_class_init()
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c284 trans_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_video_scale_fixate_caps); in gst_video_scale_class_init()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2transform.c1128 base_transform_class->fixate_caps = in gst_v4l2_transform_class_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.c1396 trans_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_msdkvpp_fixate_caps); in gst_msdkvpp_class_init()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c194 base_class->fixate_caps = GST_DEBUG_FUNCPTR (gst_video_rate_fixate_caps); in gst_video_rate_class_init()
/third_party/gstreamer/gst_libav/
DChangeLog6563 update for fixate_caps change
/third_party/gstreamer/gstplugins_base/
DChangeLog14029 - Adds a fixate_caps vfunc for fixation
14104 glfilter: First make caps writable in fixate_caps(), then truncate them
14110 glcolorconvert: Caps passed to fixate_caps() are not owned by us and guaranteed to be fixed
37140 compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_caps()
39516 - Adds a fixate_caps vfunc for fixation
75296 update for new fixate_caps function
/third_party/gstreamer/gstplugins_bad/
DChangeLog34373 compositor: Set blend functions in ::negotiated_caps() instead of ::fixate_caps()
39806 - Adds a fixate_caps vfunc for fixation
40770 glfilter: First make caps writable in fixate_caps(), then truncate them
40776 glcolorconvert: Caps passed to fixate_caps() are not owned by us and guaranteed to be fixed
82339 [451/906] glupload: par is already handled in fixate_caps function
/third_party/gstreamer/gstreamer/
DChangeLog45664 basetrans: improve fixate_caps function
118330 transforms with variable sizes and a custom fixate_caps function.