mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
[175/906] add sin effect (desaturate everything but red shades). still needs some tuning.
This commit is contained in:
parent
0bb26924a8
commit
f327cd5a86
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ main (gint argc, gchar * argv[])
|
|||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "xpro");
|
||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "lumaxpro");
|
||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sepia");
|
||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "sin");
|
||||
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), "glow");
|
||||
|
||||
g_signal_connect (G_OBJECT (combo), "changed", G_CALLBACK (apply_fx), filter);
|
||||
|
|
Loading…
Reference in a new issue