mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 11:49:59 +01:00
Compilation fix
not needed call of non standard gst call
This commit is contained in:
@@ -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_emit_signals( src_, FALSE);
|
||||||
gst_app_src_set_stream_type ( src_, GST_APP_STREAM_TYPE_STREAM);
|
gst_app_src_set_stream_type ( src_, GST_APP_STREAM_TYPE_STREAM);
|
||||||
gst_app_src_set_latency ( src_, -1, 0);
|
gst_app_src_set_latency ( src_, -1, 0);
|
||||||
gst_app_src_set_leaky_type ( src_, GST_APP_LEAKY_TYPE_NONE);
|
|
||||||
|
|
||||||
// Set buffer size
|
// Set buffer size
|
||||||
gst_app_src_set_max_bytes( src_, MIN_BUFFER_SIZE);
|
gst_app_src_set_max_bytes( src_, MIN_BUFFER_SIZE);
|
||||||
|
|||||||
Reference in New Issue
Block a user