gstinfo: remove the vasprintf fallback
authorJordan Petridis <jordan@centricular.com>
Thu, 28 Jan 2021 06:40:56 +0000 (08:40 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 13 Sep 2022 19:53:40 +0000 (19:53 +0000)
commitd75a69ec951949962ee5a3df3f136452e8712a88
treeb611b3d509e23f739d5e8e76ffd0cf8055dbd04b
parentca47012a5559bacbe4366dc590ffc61c552d9850
gstinfo: remove the vasprintf fallback

We are always building our printf implementation, even when
GST_DEBUG is disabled, since we are exposing api (gst_print*)
that's dependant on our printf behavior.

We don't need to keep __gst_info_fallback_vasprintf around anymore.

Close #640

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/739>
subprojects/gstreamer/gst/gst_private.h
subprojects/gstreamer/gst/gstelement.c
subprojects/gstreamer/gst/gstinfo.c