]> sigrok.org Git - pulseview.git/commitdiff
DecodeSignal: Restructure metadata handling
authorSoeren Apel <redacted>
Wed, 27 Dec 2017 09:31:30 +0000 (10:31 +0100)
committerSoeren Apel <redacted>
Fri, 5 Jan 2018 21:50:31 +0000 (22:50 +0100)
Instead of handling the metadata separately from the mux/decode segments,
it's much neater to handle both together. Doing this also allows us to
remove the need for query_input_metadata() since we're taking the metadata
from the muxed logic segments.


No differences found