gnome-shell/data
Adel Gadllah e71c016477 recorder: Port to new gstreamer vp8enc api
The speed and quality properties have been removed in favor of properties
closer to the upstream library.

Removing the properies from the pipeline would result into a huge
slowdown so we have to map the old values to the new ones.

According to the source code of the old vp8enc element quality maps to
(int)(63 - quality * 6.2) for min_quantizer and max_quantizer, while
speed maps to cpu-used = speed == 0 ? 0 : (speed - 1).

So set min_quantizer and min_quantizer to 13, and cpu-used to 5 based on
the above formulas.

https://bugzilla.gnome.org/show_bug.cgi?id=684206
2012-09-17 19:49:04 +02:00
..
theme Fix insensitive styling for popup menu items 2012-09-13 23:48:17 +02:00
gnome-shell-extension-prefs.desktop.in.in Revert "Fixed typo in string" 2012-02-22 18:50:36 -05:00
gnome-shell-overrides.convert gsettings: Add migration file for overrides 2012-01-10 19:40:01 +01:00
gnome-shell.desktop.in.in Don't set the autorestart hint for gnome-session 2012-03-18 02:35:14 +01:00
Makefile.am messageTray: Restyle the summary counters 2012-09-10 17:41:30 +02:00
org.gnome.shell.gschema.xml.in.in recorder: Port to new gstreamer vp8enc api 2012-09-17 19:49:04 +02:00
org.gnome.ShellSearchProvider.xml shellSearchProvider: Fix GetResultMetas definition 2012-09-06 13:56:43 +02:00