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:
parent
03902c30de
commit
5542e525f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user