VirtualBox

Changeset 68303 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 4, 2017 3:09:31 PM (7 years ago)
Author:
vboxsync
Message:

Whops, committed too much in r117420.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

    r68302 r68303  
    539539        /* For using pa_stream_get_latency() and pa_stream_get_time(). */
    540540        flags |= PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE;
     541
     542        /* No input/output right away after the stream was started. */
     543        flags |= PA_STREAM_START_CORKED;
    541544
    542545        if (fIn)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette