recorder: Change default output filename
Use "Screencast at 2009-03-11 00:08:15.webm" instead of "shell-20090311b-2.webm". https://bugzilla.gnome.org/show_bug.cgi?id=670753
This commit is contained in:
@ -149,9 +149,9 @@ G_DEFINE_TYPE(ShellRecorder, shell_recorder, G_TYPE_OBJECT);
|
||||
*/
|
||||
#define DEFAULT_PIPELINE "vp8enc quality=8 speed=6 threads=%T ! queue ! webmmux"
|
||||
|
||||
/* The default filename pattern. Example shell-20090311b-2.webm
|
||||
/* The default filename pattern. Example Screencast at 2009-03-11 00:08:15.webm
|
||||
*/
|
||||
#define DEFAULT_FILENAME "shell-%d%u-%c.webm"
|
||||
#define DEFAULT_FILENAME "Screencast at %d %t.webm"
|
||||
|
||||
/* If we can find the amount of memory on the machine, we use half
|
||||
* of that for memory_target, otherwise, we use this value, in kB.
|
||||
|
Reference in New Issue
Block a user