GNOME Bugzilla – Bug 609522
[recorder] Fix recording when pipeline is not set
Last modified: 2010-02-10 12:09:06 UTC
The recorder fails with an exception when the pipeline is not set (or set to an empty value) in gconf, fix this passing '' instead of null and make recorder_set_pipeline default to DEFAULT_PIPELINE in this case.
Created attachment 153405 [details] [review] [recorder] Fix recording when pipeline is not set
Created attachment 153406 [details] [review] [recorder] Fix recording when pipeline is not set Fix memory leak
Created attachment 153407 [details] [review] [recorder] Fix recording when pipeline is not set Fix typo
Created attachment 153408 [details] [review] [recorder] Fix recording when pipeline is not set Fix another small leak.
Created attachment 153410 [details] [review] Fix annotation of shell_recorder_set_pipeline() There are two minor errors here: the documented parameter name does not match the real one, and there should be an (allow-none) annotation. With this patch, main.js can be left unmodified.
Review of attachment 153410 [details] [review]: With this patch we don't need any other changes and it is an obvious fix. Remove the "With this patch, main.js can be left unmodified." from the commit message and commit.
Attachment 153410 [details] pushed as 36e761b - Fix annotation of shell_recorder_set_pipeline()