test-recoder: Use webm file extension
This matches our default pipeline. https://bugzilla.gnome.org/show_bug.cgi?id=688487
This commit is contained in:
parent
f4b61a7f24
commit
a0c56c74e1
@ -47,7 +47,7 @@ on_stage_realized (ClutterActor *stage,
|
||||
gpointer data)
|
||||
{
|
||||
recorder = shell_recorder_new (CLUTTER_STAGE (stage));
|
||||
shell_recorder_set_file_template (recorder, "test-recorder.ogg");
|
||||
shell_recorder_set_file_template (recorder, "test-recorder.webm");
|
||||
shell_recorder_record (recorder);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user