]> sigrok.org Git - pulseview.git/commit
Session: Allow an SR_DF_META packet to override the samplerate
authorSoeren Apel <redacted>
Tue, 22 May 2018 07:24:13 +0000 (09:24 +0200)
committerSoeren Apel <redacted>
Tue, 22 May 2018 07:24:13 +0000 (09:24 +0200)
commit014293fc0c203bf0ecae1a18350d09a6501538dc
tree16297c09abb119d91ef3425be135ab496cb3db28
parentc3b911b571c430cecf563a1d2234698e6aff6c34
Session: Allow an SR_DF_META packet to override the samplerate

Otherwise, the sample rate determined by the read_config() call
in Session::sample_thread_proc() will be kept even if it's wrong
and the driver wants to submit the correct one.
pv/session.cpp