Closed Bug 726891 Opened 12 years ago Closed 12 years ago

Move nsAudioStream rate/channels/format members up to base class

Categories

(Core :: Audio/Video, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla13

People

(Reporter: roc, Assigned: roc)

References

Details

Attachments

(1 file)

      No description provided.
Attachment #596889 - Flags: review? → review?(kinetik)
Comment on attachment 596889 [details] [diff] [review]
fix

Review of attachment 596889 [details] [diff] [review]:
-----------------------------------------------------------------

::: content/media/nsAudioStream.h
@@ +129,5 @@
>    virtual PRInt32 GetMinWriteSize() = 0;
>  
> +  int GetRate() { return mRate; }
> +  int GetChannels() { return mChannels; }
> +  SampleFormat GetFormat() { return mFormat; }

Are these used in another patch?
Attachment #596889 - Flags: review?(kinetik) → review+
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/7f81109133b5 for a fistful of orange in content/base/test/test_bug415860.html - your guess is better than mine about which one in the push was at fault.
https://hg.mozilla.org/mozilla-central/rev/a8d19ab244ca
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: