Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f406c63c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "codec2 hidl plugin: back-propagate params only from enabled filters"

parents 518ccbc5 20262d2d
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -430,6 +430,10 @@ private:
            LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found";
            LOG(DEBUG) << "WrappedDecoderInterface: FilterWrapper not found";
            return C2_OK;
            return C2_OK;
        }
        }
        if (!filterWrapper->isFilteringEnabled(next)) {
            LOG(VERBOSE) << "WrappedDecoderInterface: filtering not enabled";
            return C2_OK;
        }
        std::vector<std::unique_ptr<C2Param>> params;
        std::vector<std::unique_ptr<C2Param>> params;
        c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, &params);
        c2_status_t err = filterWrapper->queryParamsForPreviousComponent(next, &params);
        if (err != C2_OK) {
        if (err != C2_OK) {