[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] bluetooth: aptX: Improve error message for when aptX element is not found
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Wed May 19 16:29:38 UTC 2021
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits:
94e7cf10 by Sanchayan Maity at 2021-05-19T19:25:08+05:30
bluetooth: aptX: Improve error message for when aptX element is not found
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/561>
- - - - -
1 changed file:
- src/modules/bluetooth/a2dp-codec-aptx-gst.c
Changes:
=====================================
src/modules/bluetooth/a2dp-codec-aptx-gst.c
=====================================
@@ -39,7 +39,7 @@ static bool can_be_supported(bool for_encoding) {
if (for_encoding) {
element_factory = gst_element_factory_find("openaptxenc");
if (element_factory == NULL) {
- pa_log_info("aptX encoder not found");
+ pa_log_info("aptX encoder element `openaptxenc` not found");
return false;
}
@@ -47,7 +47,7 @@ static bool can_be_supported(bool for_encoding) {
} else {
element_factory = gst_element_factory_find("openaptxdec");
if (element_factory == NULL) {
- pa_log_info("aptX decoder not found");
+ pa_log_info("aptX decoder element `openaptxdec` not found");
return false;
}
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/94e7cf10f5f7c5bd931162355bfe473a7fd731e3
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/94e7cf10f5f7c5bd931162355bfe473a7fd731e3
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20210519/6fbe2493/attachment-0001.htm>
More information about the pulseaudio-commits
mailing list