mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Code editor for Custom pattern gstreamer
Bugfix in Streamsource and UI
This commit is contained in:
@@ -158,7 +158,7 @@ StreamInfo StreamDiscoverer(const std::string &description, guint w, guint h)
|
||||
std::mutex mtx;
|
||||
std::unique_lock<std::mutex> lck(mtx);
|
||||
if ( info.discovered.wait_for(lck,std::chrono::seconds(TIMEOUT)) == std::cv_status::timeout)
|
||||
info.message = "Time out.";
|
||||
info.message = "Time out";
|
||||
|
||||
// stop and delete pipeline
|
||||
GstStateChangeReturn ret = gst_element_set_state (_pipeline, GST_STATE_NULL);
|
||||
|
||||
Reference in New Issue
Block a user