Home
last modified time | relevance | path

Searched refs:postprocess_frame (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.h602 GstFlowReturn (*postprocess_frame) (GstElement *element, member
Dmatroska-demux.c4234 stream->postprocess_frame = NULL; in gst_matroska_demux_check_aac()
4961 if (stream->postprocess_frame) { in gst_matroska_demux_parse_blockgroup_or_simpleblock()
4963 ret = stream->postprocess_frame (GST_ELEMENT (demux), stream, &sub); in gst_matroska_demux_parse_blockgroup_or_simpleblock()
6533 context->postprocess_frame = gst_matroska_demux_add_mpeg_seq_header; in gst_matroska_demux_video_caps()
6701 context->postprocess_frame = gst_matroska_demux_add_prores_header; in gst_matroska_demux_video_caps()
7176 context->postprocess_frame = gst_matroska_demux_check_aac; in gst_matroska_demux_audio_caps()
7245 context->postprocess_frame = gst_matroska_demux_add_wvpk_header; in gst_matroska_demux_audio_caps()
7358 context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer; in gst_matroska_demux_subtitle_caps()
7362 context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer; in gst_matroska_demux_subtitle_caps()
7366 context->postprocess_frame = gst_matroska_demux_check_subtitle_buffer; in gst_matroska_demux_subtitle_caps()
[all …]
Dmatroska-parse.c2062 if (stream->postprocess_frame) { in gst_matroska_parse_parse_blockgroup_or_simpleblock()
2064 ret = stream->postprocess_frame (GST_ELEMENT (parse), stream, &sub); in gst_matroska_parse_parse_blockgroup_or_simpleblock()