recorder: Cleanups
This commit is contained in:
parent
985e909876
commit
538272bb23
@ -1261,7 +1261,7 @@ recorder_pipeline_closed (RecorderPipeline *pipeline)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Replaces '%T' in the passed pipeline with the thread count,
|
* Replaces '%T' in the passed pipeline with the thread count,
|
||||||
* the maximum possible value is 64 (limit of what vp8enc supports)
|
* the maximum possible value is 64 (limit of what vp9enc supports)
|
||||||
*
|
*
|
||||||
* It is assumes that %T occurs only once.
|
* It is assumes that %T occurs only once.
|
||||||
*/
|
*/
|
||||||
@ -1291,7 +1291,7 @@ substitute_thread_count (const char *pipeline)
|
|||||||
g_string_append_printf (result, "%d", n_threads);
|
g_string_append_printf (result, "%d", n_threads);
|
||||||
g_string_append (result, tmp + 2);
|
g_string_append (result, tmp + 2);
|
||||||
|
|
||||||
return g_string_free (result, FALSE);;
|
return g_string_free (result, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user