test-onvif: Re-add mulawenc

Accidentally lost mulawenc from the rtppcmupay case
in the previous commit !8378

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8503>
This commit is contained in:
Jan Schmidt 2025-02-18 14:04:09 +11:00 committed by GStreamer Marge Bot
parent 03902c30de
commit 5542e525f5

View File

@ -52,7 +52,7 @@ setup_backchannel_shoveler (GstElement * rtspsrc, GstCaps * caps)
backpipe =
gst_parse_launch
("audiotestsrc is-live=true wave=red-noise ! capsfilter name=ratefilter ! "
"rtppcmupay ! appsink name=out", &error);
"mulawenc ! rtppcmupay ! appsink name=out", &error);
} else if (g_str_equal (encoding, "MPEG4-GENERIC")) {
backpipe =
gst_parse_launch