clapper-app: Add command line options to set GStreamer elements

Allows setting audio/video filters and sinks.
By setting value to "none" default filter can be disabled.
This commit is contained in:
Rafał Dzięgiel
2024-05-02 20:54:23 +02:00
parent 6941f1b042
commit 6edffb9a4b
4 changed files with 72 additions and 2 deletions

View File

@@ -59,4 +59,7 @@ void clapper_app_utils_files_free (GFile **files);
G_GNUC_INTERNAL
void clapper_app_utils_iterate_plugin_feature_ranks (GSettings *settings, ClapperAppUtilsIterRanks callback, gpointer user_data);
G_GNUC_INTERNAL
GstElement * clapper_app_utils_make_element (const gchar *string);
G_END_DECLS