webrtcbin: Don't duplicate enum string values
authorEdward Hervey <edward@centricular.com>
Mon, 7 Nov 2022 06:45:53 +0000 (07:45 +0100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 7 Nov 2022 11:21:00 +0000 (11:21 +0000)
commita100f36b69b303bcd8a830f9b3d62d75ab397b4d
tree50977f34975036fe253efb667a5ebaca89ad9332
parent605cb6a4d464567880b3a957de2323bb8fb344f9
webrtcbin: Don't duplicate enum string values

Some were leaked when debugging was enabled. Instead just directly use the
static strings as-is.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3347>
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c
subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcstats.c
subprojects/gst-plugins-bad/ext/webrtc/transportstream.c
subprojects/gst-plugins-bad/ext/webrtc/utils.c
subprojects/gst-plugins-bad/ext/webrtc/utils.h
subprojects/gst-plugins-bad/ext/webrtc/webrtcsdp.c