From 7d058901efacf74dbaacd0383f3331cf4dd1072d Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Thu, 16 Jun 2011 15:36:00 +0100 Subject: [PATCH] Update comment about the pipeline used We now use webm instead of theora so the previous comment doesn't apply anymore. https://bugzilla.gnome.org/show_bug.cgi?id=652742 --- src/shell-recorder.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/shell-recorder.c b/src/shell-recorder.c index 455832c40..b28e1e91e 100644 --- a/src/shell-recorder.c +++ b/src/shell-recorder.c @@ -148,10 +148,7 @@ G_DEFINE_TYPE(ShellRecorder, shell_recorder, G_TYPE_OBJECT); */ #define MAXIMUM_PAUSE_TIME 1000 -/* The default pipeline. videorate is used to give a constant stream of - * frames to theora even if there is a pause because nothing is moving. - * (Theora does have some support for frames at non-uniform times, but - * things seem to break down if there are large gaps.) +/* The default pipeline. */ #define DEFAULT_PIPELINE "vp9enc min_quantizer=13 max_quantizer=13 cpu-used=5 deadline=1000000 threads=%T ! queue ! webmmux"