From 63e709d3100b009b196d082ee390f1de12d80f83 Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Fri, 12 Mar 2021 18:23:31 +0200 Subject: radio: s/pwaudiosink/pipewiresink/ This is the one and only pipewire sink now. Bug-AGL: SPEC-3844 Signed-off-by: George Kiagiadakis Change-Id: If7c69f9c944f92006bde1aa3b9745b7966501a65 --- binding/radio_impl_tef665x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binding/radio_impl_tef665x.c') diff --git a/binding/radio_impl_tef665x.c b/binding/radio_impl_tef665x.c index 9bad684..3abcc00 100644 --- a/binding/radio_impl_tef665x.c +++ b/binding/radio_impl_tef665x.c @@ -2148,7 +2148,7 @@ static int tef665x_init() rc = snprintf(gst_pipeline_str, GST_PIPELINE_LEN, "alsasrc device=hw:1,0 ! audioconvert ! audioresample ! audio/x-raw, rate=48000, channels=2 \ - ! pwaudiosink stream-properties=\"p,media.role=Multimedia\" latency-time=35000"); + ! pipewiresink stream-properties=\"p,media.role=Multimedia\""); if(rc >= GST_PIPELINE_LEN) { AFB_ERROR("pipeline string too long"); -- cgit 1.2.3-korg