New support for gstreamer video effects in MediaPlayer

Implementation of the GUI allowing to set the pipeline element description
This commit is contained in:
Bruno Herbelin
2023-08-08 17:43:46 +02:00
parent 5419622c74
commit f75b384c17
3 changed files with 116 additions and 35 deletions

View File

@@ -23,6 +23,7 @@
#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <regex>