From 34d52c975e87b411b8656c9f3e8ff37a334ebc09 Mon Sep 17 00:00:00 2001 From: Bruno Herbelin Date: Tue, 5 Jul 2022 22:17:59 +0200 Subject: [PATCH] Compilation fix not needed call of non standard gst call --- MultiFileRecorder.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/MultiFileRecorder.cpp b/MultiFileRecorder.cpp index 636438c..be3d739 100644 --- a/MultiFileRecorder.cpp +++ b/MultiFileRecorder.cpp @@ -172,7 +172,6 @@ bool MultiFileRecorder::start_record (const std::string &video_filename) gst_app_src_set_emit_signals( src_, FALSE); gst_app_src_set_stream_type ( src_, GST_APP_STREAM_TYPE_STREAM); gst_app_src_set_latency ( src_, -1, 0); - gst_app_src_set_leaky_type ( src_, GST_APP_LEAKY_TYPE_NONE); // Set buffer size gst_app_src_set_max_bytes( src_, MIN_BUFFER_SIZE);