Searched refs:pre_push (Results 1 – 15 of 15) sorted by relevance
43 audio_decoder_class->pre_push = GST_DEBUG_FUNCPTR (gst_replace_pre_push);117 GST_DEBUG_OBJECT (replace, "pre_push");
42 audio_encoder_class->pre_push = GST_DEBUG_FUNCPTR (gst_replace_pre_push);106 GST_DEBUG_OBJECT (replace, "pre_push");
41 video_encoder_class->pre_push = GST_DEBUG_FUNCPTR (gst_replace_pre_push);125 GST_DEBUG_OBJECT(replace, "pre_push");
268 GstFlowReturn (*pre_push) (GstVideoEncoder *encoder, member
2312 if (encoder_class->pre_push) in gst_video_encoder_finish_frame()2313 ret = encoder_class->pre_push (encoder, frame); in gst_video_encoder_finish_frame()
214 GstFlowReturn (*pre_push) (GstAudioEncoder *enc, member
284 GstFlowReturn (*pre_push) (GstAudioDecoder *dec, member
980 if (klass->pre_push) { in gst_audio_encoder_finish_frame()982 ret = klass->pre_push (enc, &buf); in gst_audio_encoder_finish_frame()
998 if (klass->pre_push) { in gst_audio_decoder_push_forward()1000 ret = klass->pre_push (dec, &buf); in gst_audio_decoder_push_forward()
155 video_encoder_class->pre_push = gst_vp8_enc_pre_push; in gst_vp8_enc_class_init()
499 videoencoder_class->pre_push = gst_msdkh264enc_pre_push; in gst_msdkh264enc_class_init()
148 videoencoder_class->pre_push = gst_video_encoder_tester_pre_push; in gst_video_encoder_tester_class_init()
231 gstvideo_encoder_class->pre_push = GST_DEBUG_FUNCPTR (theora_enc_pre_push); in gst_theora_enc_class_init()
39366 videoencoder: Fix leak when pre_push does not return OK73418 This makes the hack in vorbisenc and probably others in ::pre_push()85262 Also modify and elaborate a bit on pre_push (though currently unused to no harm).
45349 but has to be done in pre_push instead of handle_frame as 1.0 does