[gnome-sound-recorder] update log message on pipeline fail
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sound-recorder] update log message on pipeline fail
- Date: Sat, 6 Jun 2020 07:04:06 +0000 (UTC)
commit 2e62a0d4aae9fd35e6e4f49f43de0814dd237503
Author: Kavan Mevada <kavanmevada gmail com>
Date: Fri Jun 5 22:38:29 2020 +0530
update log message on pipeline fail
src/record.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/record.js b/src/record.js
index d1fb31d..bb8c1d0 100644
--- a/src/record.js
+++ b/src/record.js
@@ -245,7 +245,7 @@ var Record = new GObject.registerClass({
const ret = this.pipeline.set_state(this._pipeState);
if (ret === Gst.StateChangeReturn.FAILURE)
- log('Unable to set the pipeline \n to the recording state.');
+ log('Unable to update the recorder pipeline state');
}
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]