mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user