Home
last modified time | relevance | path

Searched refs:pre_push_frame (Results 1 – 23 of 23) 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.h249 GstFlowReturn (*pre_push_frame) (GstBaseParse * parse, member
Dgstbaseparse.c2514 if (klass->pre_push_frame) { in gst_base_parse_push_frame()
2515 ret = klass->pre_push_frame (parse, frame); in gst_base_parse_push_frame()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstpngparse.c76 parse_class->pre_push_frame = in gst_png_parse_class_init()
Dgstdiracparse.c130 base_parse_class->pre_push_frame = in gst_dirac_parse_class_init()
Dgsth263parse.c89 parse_class->pre_push_frame = in gst_h263_parse_class_init()
Dgstmpeg4videoparse.c172 parse_class->pre_push_frame = in gst_mpeg4vparse_class_init()
Dgstmpegvideoparse.c166 parse_class->pre_push_frame = in gst_mpegv_parse_class_init()
Dgstvc1parse.c236 parse_class->pre_push_frame = in gst_vc1_parse_class_init()
Dgsth265parse.c137 parse_class->pre_push_frame = in gst_h265_parse_class_init()
Dgsth264parse.c144 parse_class->pre_push_frame = in gst_h264_parse_class_init()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstamrparse.c116 parse_class->pre_push_frame = in gst_amr_parse_class_init()
Dgstsbcparse.c94 baseparse_class->pre_push_frame = in gst_sbc_parse_class_init()
Dgstdcaparse.c104 parse_class->pre_push_frame = in gst_dca_parse_class_init()
Dgstwavpackparse.c98 parse_class->pre_push_frame = in gst_wavpack_parse_class_init()
Dgstac3parse.c199 parse_class->pre_push_frame = in gst_ac3_parse_class_init()
Dgstaacparse.c138 parse_class->pre_push_frame = in gst_aac_parse_class_init()
Dgstmpegaudioparse.c164 parse_class->pre_push_frame = in gst_mpeg_audio_parse_class_init()
Dgstflacparse.c245 baseparse_class->pre_push_frame = in gst_flac_parse_class_init()
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegparse.c107 gstbaseparse_class->pre_push_frame = gst_jpeg_parse_pre_push_frame; in gst_jpeg_parse_class_init()
/third_party/gstreamer/gstreamer/
DChangeLog15318 baseparse: Recheck after pre_push_frame() if there are tags pending
15319 Many parsers are storing tags only in pre_push_frame(), if we wouldn't check
51745 baseparse: Fix documentation, it's pre_push_frame and not pre_push_buffer
/third_party/gstreamer/gstplugins_bad/
DChangeLog22590 h264parse: frame->buffer can't be NULL in pre_push_frame()
39746 Otherwise position in stream could be wrong if subclass 'pre_push_frame'
64636 negotiation rather than in pre_push_frame.
64673 Work is done in the pre_push_frame() method.
/third_party/gstreamer/gstplugins_good/
DChangeLog19861 Revert "flacparse: push tags in pre_push_frame"
19983 flacparse: push tags in pre_push_frame