Searched refs:get_sink_caps (Results 1 – 24 of 24) sorted by relevance
41 base_parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_replace_get_sink_caps);131 GST_DEBUG_OBJECT (replace, "get_sink_caps");
93 parse_class->get_sink_caps = in gst_rtp_stream_depay_class_init()
279 GstCaps * (*get_sink_caps) (GstBaseParse * parse, member
1586 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()
117 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_amr_parse_sink_getcaps); in gst_amr_parse_class_init()
102 baseparse_class->get_sink_caps = in gst_sbc_parse_class_init()
109 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_dca_parse_get_sink_caps); in gst_dca_parse_class_init()
99 parse_class->get_sink_caps = in gst_wavpack_parse_class_init()
205 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_ac3_parse_get_sink_caps); in gst_ac3_parse_class_init()
170 parse_class->get_sink_caps = in gst_mpeg_audio_parse_class_init()
148 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_aac_parse_sink_getcaps); in gst_aac_parse_class_init()
251 baseparse_class->get_sink_caps = in gst_flac_parse_class_init()
128 base_parse_class->get_sink_caps = in gst_dirac_parse_class_init()
95 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h263_parse_get_sink_caps); in gst_h263_parse_class_init()
104 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vp9_parse_get_sink_caps); in gst_vp9_parse_class_init()
180 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpeg4vparse_get_caps); in gst_mpeg4vparse_class_init()
169 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_mpegv_parse_get_caps); in gst_mpegv_parse_class_init()
347 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_av1_parse_get_sink_caps); in gst_av1_parse_class_init()
242 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_vc1_parse_get_sink_caps); in gst_vc1_parse_class_init()
153 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h265_parse_get_caps); in gst_h265_parse_class_init()
183 parse_class->get_sink_caps = GST_DEBUG_FUNCPTR (gst_h264_parse_get_caps); in gst_h264_parse_class_init()
53827 ac3parse: custom get_sink_caps handling for private stream caps71865 audioparsers: Fix GstBaseParse::get_sink_caps() implementations79487 mpegaudioparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream79492 flacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream79497 dcaparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream79502 amrparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream79512 ac3parse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream79522 aacparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
151706 videoparsers: Fix GstBaseParse::get_sink_caps() implementations159654 mpegvideoparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream159659 h263parse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream159664 diracparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream159669 … mpeg4videoparse: Implement ::get_sink_caps vfunc to propagate downstream caps constraints upstream
57942 …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