Lines Matching refs:primary_out
293 gst_buffer_replace (&mix->primary_out, NULL); in gst_gl_stereo_mix_create_output_buffer()
304 *outbuf = mix->primary_out; in gst_gl_stereo_mix_create_output_buffer()
305 mix->primary_out = NULL; in gst_gl_stereo_mix_create_output_buffer()
354 if (mix->primary_out == NULL) in gst_gl_stereo_mix_make_output()
376 gst_buffer_copy_into (mix->primary_out, outbuf, in gst_gl_stereo_mix_aggregate_frames()
378 gst_aggregator_finish_buffer (GST_AGGREGATOR (vagg), mix->primary_out); in gst_gl_stereo_mix_aggregate_frames()
379 mix->primary_out = NULL; in gst_gl_stereo_mix_aggregate_frames()
719 gst_buffer_replace (&mixer->primary_out, NULL); in gst_gl_stereo_mix_process_frames()
723 &mixer->primary_out) != GST_FLOW_OK) in gst_gl_stereo_mix_process_frames()
733 if (mixer->primary_out == NULL) in gst_gl_stereo_mix_process_frames()
736 converted_buffer = mixer->primary_out; in gst_gl_stereo_mix_process_frames()