[gnome-shell] Update comment about the pipeline used



commit 7d058901efacf74dbaacd0383f3331cf4dd1072d
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Thu Jun 16 15:36:00 2011 +0100

    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 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/shell-recorder.c b/src/shell-recorder.c
index 455832c..b28e1e9 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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]