summaryrefslogtreecommitdiffstats
path: root/app/fileplayer.h
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-24 18:33:03 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-07-25 13:07:03 +0000
commita1797fdad6b12bef6548c55dc52b0b3de232ea07 (patch)
tree795544fffdc7b0ebcca8ca42d33ecab9bc74946f /app/fileplayer.h
parentba4889552e472a9046ea0b2098a52b36acbd25c5 (diff)
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 (cherry picked from commit 049ff63ded31c90479e3aac10aa5624b2374bae6)
Diffstat (limited to 'app/fileplayer.h')
-rw-r--r--app/fileplayer.h2
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;