Changeset 268732 in webkit
- Timestamp:
- Oct 20, 2020, 8:48:13 AM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/audio/gstreamer/AudioDestinationGStreamer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r268730 r268732 1 2020-10-20 Philippe Normand <pnormand@igalia.com> 2 3 Unreviewed, temporary workaround for bug #217959 4 5 * platform/audio/gstreamer/AudioDestinationGStreamer.cpp: 6 (WebCore::maximumNumberOfOutputChannels): Return a hard-coded value until the device monitor issue is fixed. 7 1 8 2020-10-20 Devin Rousso <drousso@apple.com> 2 9 -
trunk/Source/WebCore/platform/audio/gstreamer/AudioDestinationGStreamer.cpp
r268727 r268732 52 52 { 53 53 initializeDebugCategory(); 54 55 // FIXME: https://bugs.webkit.org/show_bug.cgi?id=217959 56 return 2; 54 57 55 58 static int count = 0;
Note:
See TracChangeset
for help on using the changeset viewer.