From: Soeren Apel Date: Wed, 27 Dec 2017 09:31:30 +0000 (+0100) Subject: DecodeSignal: Restructure metadata handling X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;ds=sidebyside;h=65efd0258bc6a70806f7c832a32ac74ce489fa52;hp=65efd0258bc6a70806f7c832a32ac74ce489fa52;p=pulseview.git DecodeSignal: Restructure metadata handling 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. ---