Closed
Bug 1290229
Opened 8 years ago
Closed 8 years ago
Bug 1285541 broke sndio backend
Categories
(Core :: Audio/Video: cubeb, defect, P2)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: gaston, Assigned: gaston)
References
Details
Attachments
(1 file)
(deleted),
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
12:33.45 /home/dusk/home/buildslave-amd64/mozilla-central-amd64/build/media/libcubeb/src/cubeb_sndio.c:293:4: error: use of undeclared identifier 'latency'
sadface... and pretty sure its going to migrate to aurora as is..
Assignee | ||
Comment 1•8 years ago
|
||
So what replaces latency, latency_frames everywhere ?
Flags: needinfo?(padenot)
Assignee | ||
Comment 2•8 years ago
|
||
Or it looks like this was a bulldozer search'n'replace here..https://hg.mozilla.org/integration/mozilla-inbound/rev/0173124d4d31#l13.47 latency_ms was a method parameter.
Assignee | ||
Comment 3•8 years ago
|
||
> static int
> sndio_get_min_latency(cubeb * ctx, cubeb_stream_params params, uint32_t * latency_ms)
> {
> // XXX Not yet implemented.
>- *latency = 2048;
>+ *latency_ms = 2048;
This fixes the build issue.. dunno if that's the 'best' fix.
Assignee | ||
Comment 5•8 years ago
|
||
Assignee: nobody → landry
Attachment #8775913 -
Flags: review?(padenot)
Comment 6•8 years ago
|
||
gaston, I'll upstream this. We're in the process of uplifting our copy of cubeb from upstream.
Updated•8 years ago
|
Attachment #8775913 -
Flags: review?(padenot) → review+
Assignee | ||
Comment 8•8 years ago
|
||
So should i set c-n and it lands in m-i or should wait for a uplift from github ?
Comment 9•8 years ago
|
||
We'll land it for you today on m-c with all other cubeb changes.
Updated•8 years ago
|
Rank: 25
Priority: -- → P2
Assignee | ||
Comment 10•8 years ago
|
||
Fixed by https://hg.mozilla.org/integration/mozilla-inbound/rev/87ebc9fdddee / https://hg.mozilla.org/mozilla-central/rev/87ebc9fdddee / bug 1290425
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•