mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-05 06:25:26 +01:00
Improved Device support for V4L2 streams
Allow to reload list of devices, avoid timestamp warning in Loopback, clear UI menu.
This commit is contained in:
@@ -86,7 +86,7 @@ std::string Loopback::init(GstCaps *caps)
|
||||
return std::string("Loopback : Invalid caps");
|
||||
|
||||
// create a gstreamer pipeline
|
||||
std::string description = "appsrc name=src ! videoconvert ! ";
|
||||
std::string description = "appsrc name=src ! videoconvert ! queue ! ";
|
||||
|
||||
// complement pipeline with sink
|
||||
description += Loopback::loopback_sink_ + " name=sink";
|
||||
|
||||
Reference in New Issue
Block a user