encodebasebin: Use GST_DEBUG instead of GST_ERROR when skipping muxer
authorHou Qi <qi.hou@nxp.com>
Wed, 2 Mar 2022 04:15:19 +0000 (12:15 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 6 Mar 2022 18:15:04 +0000 (18:15 +0000)
commit89a5cae89b9dd26cccea13ea4feb68d9429ef75d
treee8ec75066f37416d1e22a35be228292863c2fe1f
parent30ddb0cd97c91dba5d6192e53debac280335efff
encodebasebin: Use GST_DEBUG instead of GST_ERROR when skipping muxer

_get_muxer() skips the muxers that do not satisfy the requirement and select
the desired one. It should not print error log, so use debug log instead.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1830>
subprojects/gst-plugins-base/gst/encoding/gstencodebasebin.c