diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-07-24 18:33:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-24 18:34:57 -0400 |
commit | 049ff63ded31c90479e3aac10aa5624b2374bae6 (patch) | |
tree | 795544fffdc7b0ebcca8ca42d33ecab9bc74946f /app/fileplayer.h | |
parent | ba4889552e472a9046ea0b2098a52b36acbd25c5 (diff) |
Switch to pipewire output
Change from ALSA sink to new pipewire sink for output, and add setting
of the pipewire media role property.
Bug-AGL: SPEC-2634
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Idc1dca82c8329071698ef0766a0ec1f50d90a98f
Diffstat (limited to 'app/fileplayer.h')
-rw-r--r-- | app/fileplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/fileplayer.h b/app/fileplayer.h index a580409..6d49b1a 100644 --- a/app/fileplayer.h +++ b/app/fileplayer.h @@ -38,7 +38,7 @@ private: std::thread m_gst_thread; GMainLoop *m_gst_loop = nullptr; GstElement *m_playbin = nullptr; - GstElement *m_alsa_sink = nullptr; + GstElement *m_audio_sink = nullptr; GstBus *m_bus = nullptr; bool m_valid = false; bool m_playing = false; |