Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbaseparse37 base_parse_class->pre_push_frame = GST_DEBUG_FUNCPTR (gst_replace_pre_push_frame);
90 GST_DEBUG_OBJECT (replace, "pre_push_frame");
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.h264 GstFlowReturn (*pre_push_frame) (GstBaseParse * parse, member
Dgstbaseparse.c2545 if (klass->pre_push_frame) { in gst_base_parse_push_frame()
2546 ret = klass->pre_push_frame (parse, frame); in gst_base_parse_push_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstpngparse.c79 parse_class->pre_push_frame = in gst_png_parse_class_init()
Dgstdiracparse.c133 base_parse_class->pre_push_frame = in gst_dirac_parse_class_init()
Dgsth263parse.c93 parse_class->pre_push_frame = in gst_h263_parse_class_init()
Dgstjpeg2000parse.c170 parse_class->pre_push_frame = in gst_jpeg2000_parse_class_init()
Dgstmpeg4videoparse.c177 parse_class->pre_push_frame = in gst_mpeg4vparse_class_init()
Dgstmpegvideoparse.c170 parse_class->pre_push_frame = in gst_mpegv_parse_class_init()
Dgstvc1parse.c239 parse_class->pre_push_frame = in gst_vc1_parse_class_init()
Dgsth265parse.c150 parse_class->pre_push_frame = in gst_h265_parse_class_init()
Dgsth264parse.c180 parse_class->pre_push_frame = in gst_h264_parse_class_init()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.c119 parse_class->pre_push_frame = in gst_amr_parse_class_init()
Dgstsbcparse.c98 baseparse_class->pre_push_frame = in gst_sbc_parse_class_init()
Dgstdcaparse.c107 parse_class->pre_push_frame = in gst_dca_parse_class_init()
Dgstwavpackparse.c101 parse_class->pre_push_frame = in gst_wavpack_parse_class_init()
Dgstac3parse.c202 parse_class->pre_push_frame = in gst_ac3_parse_class_init()
Dgstmpegaudioparse.c167 parse_class->pre_push_frame = in gst_mpeg_audio_parse_class_init()
Dgstaacparse.c150 parse_class->pre_push_frame = in gst_aac_parse_class_init()
Dgstflacparse.c247 baseparse_class->pre_push_frame = in gst_flac_parse_class_init()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c109 gstbaseparse_class->pre_push_frame = gst_jpeg_parse_pre_push_frame; in gst_jpeg_parse_class_init()
/third_party/gstreamer/gstplugins_good/
DChangeLog13536 The pre_push_frame default clipping behaviour was introduced in 2010
13538 when most parsers didn't implement a pre_push_frame yet. Not having it
13540 pre_push_frame (flacparse and mpegaudioparse) at the time, had the flag
13542 All other parsers got a pre_push_frame vfunc implementation only in
13544 was done automatically when a pre_push_frame implementation doesn't
33961 Revert "flacparse: push tags in pre_push_frame"
34083 flacparse: push tags in pre_push_frame
/third_party/gstreamer/gstreamer/
DChangeLog23573 baseparse: Recheck after pre_push_frame() if there are tags pending
23574 Many parsers are storing tags only in pre_push_frame(), if we wouldn't check
60000 baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer
/third_party/gstreamer/gstplugins_bad/
DChangeLog33256 jpeg2000parse: use pre_push_frame to reset parser
62174 h264parse: frame->buffer can't be NULL in pre_push_frame()
79330 Otherwise position in stream could be wrong if subclass 'pre_push_frame'
104220 negotiation rather than in pre_push_frame.
104257 Work is done in the pre_push_frame() method.