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:
Adel Gadllah 2012-11-17 12:39:37 +01:00
parent f4b61a7f24
commit a0c56c74e1

View File

@ -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);
}