Home
last modified time | relevance | path

Searched refs:get_sink_caps (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbaseparse41 base_parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_replace_get_sink_caps);
131 GST_DEBUG_OBJECT (replace, "get_sink_caps");
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c93 parse_class->get_sink_caps = in gst_rtp_stream_depay_class_init()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h279 GstCaps * (*get_sink_caps) (GstBaseParse * parse, member
Dgstbaseparse.c1586 if (bclass->get_sink_caps) { in gst_base_parse_sink_query_default()
1590 caps = bclass->get_sink_caps (parse, filter); in gst_base_parse_sink_query_default()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.c117 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_amr_parse_sink_getcaps); in gst_amr_parse_class_init()
Dgstsbcparse.c102 baseparse_class->get_sink_caps = in gst_sbc_parse_class_init()
Dgstdcaparse.c109 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_dca_parse_get_sink_caps); in gst_dca_parse_class_init()
Dgstwavpackparse.c99 parse_class->get_sink_caps = in gst_wavpack_parse_class_init()
Dgstac3parse.c205 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_ac3_parse_get_sink_caps); in gst_ac3_parse_class_init()
Dgstmpegaudioparse.c170 parse_class->get_sink_caps = in gst_mpeg_audio_parse_class_init()
Dgstaacparse.c148 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_aac_parse_sink_getcaps); in gst_aac_parse_class_init()
Dgstflacparse.c251 baseparse_class->get_sink_caps = in gst_flac_parse_class_init()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstdiracparse.c128 base_parse_class->get_sink_caps = in gst_dirac_parse_class_init()
Dgsth263parse.c95 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h263_parse_get_sink_caps); in gst_h263_parse_class_init()
Dgstvp9parse.c104 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vp9_parse_get_sink_caps); in gst_vp9_parse_class_init()
Dgstmpeg4videoparse.c180 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_get_caps); in gst_mpeg4vparse_class_init()
Dgstmpegvideoparse.c169 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpegv_parse_get_caps); in gst_mpegv_parse_class_init()
Dgstav1parse.c347 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_av1_parse_get_sink_caps); in gst_av1_parse_class_init()
Dgstvc1parse.c242 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vc1_parse_get_sink_caps); in gst_vc1_parse_class_init()
Dgsth265parse.c153 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h265_parse_get_caps); in gst_h265_parse_class_init()
Dgsth264parse.c183 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h264_parse_get_caps); in gst_h264_parse_class_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog53827 ac3parse: custom get_sink_caps handling for private stream caps
71865 audioparsers: Fix GstBaseParse::get_sink_caps() implementations
79487 mpegaudioparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
79492 flacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
79497 dcaparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
79502 amrparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
79512 ac3parse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
79522 aacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
/third_party/gstreamer/gstplugins_bad/
DChangeLog151706 videoparsers: Fix GstBaseParse::get_sink_caps() implementations
159654 mpegvideoparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
159659 h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
159664 diracparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
159669 … mpeg4videoparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
/third_party/gstreamer/gstreamer/
DChangeLog57942 …baseparse: Return template caps instead of other side's peer caps if get_sink_caps vfunc is not im…
60152 downstream caps and also adds a 'get_sink_caps' function pointer