diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-03-12 18:23:31 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-03-12 18:23:31 +0200 |
commit | 63e709d3100b009b196d082ee390f1de12d80f83 (patch) | |
tree | ea6103779639606f34ef7ef1f6b9ff638bb3f250 /binding/radio_impl_tef665x.c | |
parent | 6ebbc4b470f07c87843eb43c2a5ca55b387583a5 (diff) |
radio: s/pwaudiosink/pipewiresink/
This is the one and only pipewire sink now.
Bug-AGL: SPEC-3844
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: If7c69f9c944f92006bde1aa3b9745b7966501a65
Diffstat (limited to 'binding/radio_impl_tef665x.c')
-rw-r--r-- | binding/radio_impl_tef665x.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |