From: Soeren Apel Date: Tue, 22 May 2018 07:24:13 +0000 (+0200) Subject: Session: Allow an SR_DF_META packet to override the samplerate X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=014293fc0c203bf0ecae1a18350d09a6501538dc;hp=014293fc0c203bf0ecae1a18350d09a6501538dc 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. ---