Closed
Bug 1312684
Opened 9 years ago
Closed 9 years ago
Cubeb logging logs odd integer values
Categories
(Core :: Audio/Video: cubeb, defect)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: achronop, Assigned: achronop)
Details
Attachments
(1 file)
Actual:
[CubebOperation #1]: V/cubeb:59845200: Input buffer frame count 1659716656.
[CubebOperation #1]: V/cubeb:0: Input audiounit init successfully.
[CubebOperation #1]: V/cubeb:59845200: Output buffer frame count 1662100400.
[CubebOperation #1]: V/cubeb:0: Output audiounit init successfully.
[CubebOperation #1]: V/cubeb:59845200: Cubeb stream (11a58f1c0) init successful.
[CubebOperation #1]: V/cubeb:59845200: Cubeb stream (16311a3b0) started successfully.
[Unnamed thread 0x1184a2b30]: V/cubeb:1: output(1000): buffers 0, size 107260113, channels 389, frames 407180464.
Expected:
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1233: Input buffer frame count 512.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1297: Input audiounit init successfully.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1304: Playback params: Rate 48000, channels 2, format 2, latency in frames 512.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1326: Playback device sampling rate: 48000.00
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1341: Output buffer frame count 512.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1366: Output audiounit init successfully.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1540: Cubeb stream (0x113ed3750) init successful.
[CubebOperation #4]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:1613: Cubeb stream (0x113ed3750) started successfully.
[Unnamed thread 0x113e75090]: V/cubeb /Users/achronopoulos/repos/mozilla/firefox/media/libcubeb/src/cubeb_audiounit.cpp:389: output(0x113ed3750): buffers 1, size 4096, channels 2, frames 512.
[
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → achronop
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8804194 [details]
Bug 1312684 - Format log message outside the log macro.
https://reviewboard.mozilla.org/r/88294/#review87286
Attachment #8804194 -
Flags: review?(padenot) → review+
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/4c80cc28343b
Format log message outside the log macro. r=padenot
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f06e4b3ad7a2
Backed out changeset 4c80cc28343b for bustage
| Comment hidden (mozreview-request) |
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8804194 [details]
Bug 1312684 - Format log message outside the log macro.
https://reviewboard.mozilla.org/r/88294/#review87304
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/86bd96be9409
Format log message outside the log macro. r=padenot
Comment 8•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•