From gitlab at gitlab.freedesktop.org Mon Sep 3 13:23:16 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Mon, 03 Sep 2018 13:23:16 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Update Brazilian Portuguese translation Message-ID: <5b8d35c47898a_2353f7f1fac3e28611bc@gitlab-prod-gitlab-5845f7696c-xtrsf.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 3e36c28e by Rafael Fontenelle at 2018-09-01T14:23:43Z Update Brazilian Portuguese translation - - - - - 1 changed file: - po/pt_BR.po Changes: ===================================== po/pt_BR.po ===================================== The diff for this file was not included because it is too large. View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/3e36c28e23bb97e0c97c1093bab29c4ca09576d4 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/3e36c28e23bb97e0c97c1093bab29c4ca09576d4 You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Thu Sep 6 08:16:40 2018 From: gitlab at gitlab.freedesktop.org (Tanu Kaskinen) Date: Thu, 06 Sep 2018 08:16:40 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/paprefs][master] README: GitLab migration happened Message-ID: <5b90e268b2c40_2363fe6dba314f056627@gitlab-prod-gitlab-5845f7696c-xtrsf.mail> Tanu Kaskinen pushed to branch master at PulseAudio / paprefs Commits: 0d36bbcf by Tanu Kaskinen at 2018-09-06T08:12:57Z README: GitLab migration happened - - - - - 1 changed file: - doc/README.html.in Changes: ===================================== doc/README.html.in ===================================== @@ -107,17 +107,19 @@ compilation and ninja -C build install (as root) for installation of

The current release is @PACKAGE_VERSION@

-

Get paprefs's development sources from the GIT repository (web interface):

+

Get paprefs's development sources from the Git repository (web interface):

-
git clone git://anongit.freedesktop.org/pulseaudio/paprefs
+
git clone https://gitlab.freedesktop.org/pulseaudio/paprefs.git

Bug Reports

-

Bugs can be reported on the freedesktop.org bug tracker: https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio. You need to report your bugs against PulseAudio, because there's no separate product on the bug tracker for paprefs.

+

Here's the list of open bug reports: https://gitlab.freedesktop.org/pulseaudio/paprefs/issues

+ +

And here you can create a new bug report: https://gitlab.freedesktop.org/pulseaudio/paprefs/issues/new

Contributing Code

-

If you have patches for paprefs, send them to the PulseAudio mailing list (requires subscription). The best (but not mandatory) way to send patches is with the git send-email tool. Here are some instructions for git send-email.

+

If you have patches for paprefs, the primary method for submitting them is by creating a merge request in GitLab. Alternatively, you can send patches to the PulseAudio mailing list (requires subscription).

View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/0d36bbcf0249c859dce1ce1d1ff229c2520bd3eb -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/0d36bbcf0249c859dce1ce1d1ff229c2520bd3eb You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Mon Sep 17 05:05:45 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Mon, 17 Sep 2018 05:05:45 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: Generate version.h Message-ID: <5b9f3629d70ca_2343f91bdbb937c2665e@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 012dfc46 by Arnaud Rebillout at 2018-09-15T15:11:35Z build-sys: meson: Generate version.h Signed-off-by: Arnaud Rebillout <arnaud.rebillout at collabora.com> - - - - - 2 changed files: - meson.build - src/pulse/meson.build Changes: ===================================== meson.build ===================================== @@ -33,6 +33,10 @@ cdata.set_quoted('PACKAGE', 'pulseaudio') cdata.set_quoted('PACKAGE_NAME', 'pulseaudio') cdata.set_quoted('PACKAGE_VERSION', pa_version) cdata.set_quoted('CANONICAL_HOST', host_machine.cpu()) +cdata.set('PA_MAJOR', pa_version_major) +cdata.set('PA_MINOR', pa_version_minor) +cdata.set('PA_API_VERSION', pa_api_version) +cdata.set('PA_PROTOCOL_VERSION', pa_protocol_version) cdata.set_quoted('PA_MACHINE_ID', join_paths(sysconfdir, 'machine-id')) cdata.set_quoted('PA_MACHINE_ID_FALLBACK', join_paths(localstatedir, 'lib', 'dbus', 'machine-id')) cdata.set_quoted('PA_SRCDIR', join_paths(meson.current_source_dir(), 'src')) ===================================== src/pulse/meson.build ===================================== @@ -1,3 +1,5 @@ +configure_file(input : 'version.h.in', output : 'version.h', configuration : cdata) + libpulse_sources = [ 'channelmap.c', 'context.c', View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/012dfc4631258608bf3b92dfec9124e98d2ab7fd -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/012dfc4631258608bf3b92dfec9124e98d2ab7fd You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Mon Sep 17 05:22:37 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Mon, 17 Sep 2018 05:22:37 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] gitlab: Add meson build to CI Message-ID: <5b9f3a1dcfd60_2343f91b77bc4b42703b@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 34153758 by Arun Raghavan at 2018-09-17T05:05:57Z gitlab: Add meson build to CI - - - - - 2 changed files: - .gitlab-ci.yml - scripts/Dockerfile Changes: ===================================== .gitlab-ci.yml ===================================== @@ -13,6 +13,10 @@ build: - make check-daemon - ulimit -c 0 # don't dump core files on tests that are supposed to assert - make distcheck + - cd .. + - meson . build-meson + - ninja -C build-meson artifacts: paths: - build/ + - build-meson/ ===================================== scripts/Dockerfile ===================================== @@ -41,6 +41,8 @@ RUN apt-get update && apt-get install -y \ libxml-parser-perl \ libxtst-dev \ make \ + meson \ + ninja-build \ systemd # Add a user and set as default for the build. This is safer, in general, and View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/34153758494ae1554419832c0c4047467859516d -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/34153758494ae1554419832c0c4047467859516d You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Tue Sep 18 15:29:35 2018 From: gitlab at gitlab.freedesktop.org (Tanu Kaskinen) Date: Tue, 18 Sep 2018 15:29:35 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/paprefs][master] Use module-combine-sink instead of module-combine Message-ID: <5ba119df81fbe_1cd5bc3fbaf8392fb86363d@gitlab-prod-gitlab-5845f7696c-tc675.mail> Tanu Kaskinen pushed to branch master at PulseAudio / paprefs Commits: 89e9e00c by Julian Sikorski at 2018-09-18T15:27:51Z Use module-combine-sink instead of module-combine https://bugzilla.redhat.com/show_bug.cgi?id=969534 - - - - - 1 changed file: - src/paprefs.cc Changes: ===================================== src/paprefs.cc ===================================== @@ -415,7 +415,7 @@ void MainWindow::writeToGSettingsCombine() { combineSettings->delay(); if (combineCheckButton->get_active()) { - combineSettings->set_string("name0", Glib::ustring("module-combine")); + combineSettings->set_string("name0", Glib::ustring("module-combine-sink")); combineSettings->set_string("args0", Glib::ustring("")); combineSettings->set_boolean("enabled", true); View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/89e9e00cab69cb6482d109668a595802613fd0d7 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/paprefs/commit/89e9e00cab69cb6482d109668a595802613fd0d7 You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Wed Sep 19 09:40:50 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Wed, 19 Sep 2018 09:40:50 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] 19 commits: Fix typo: controling -> controlling Message-ID: <5ba219a2d698e_1cd5bc3fbb00949b701006ed@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: b5fd854e by Joseph Herlant at 2018-09-17T16:49:13Z Fix typo: controling -> controlling - - - - - 23371322 by Joseph Herlant at 2018-09-17T16:49:55Z Fix typo: Retreive -> Retrieve - - - - - d7061315 by Joseph Herlant at 2018-09-17T16:50:43Z Fix typo: occurrencies -> occurrences - - - - - 08d0dc69 by Joseph Herlant at 2018-09-17T16:52:36Z Fix typo: occured -> occurred - - - - - 61727fd2 by Joseph Herlant at 2018-09-17T16:53:37Z Fix typo: dependancy -> dependency - - - - - 517c727a by Joseph Herlant at 2018-09-17T16:54:36Z Fix typo: Doulbe -> Double - - - - - 83c3384d by Joseph Herlant at 2018-09-17T16:55:37Z Fix typo: Extention -> Extension - - - - - 3fb7e9bc by Joseph Herlant at 2018-09-17T16:56:41Z Fix typo: differnt -> different - - - - - d6e7aa2b by Joseph Herlant at 2018-09-17T16:57:20Z Fix typo: explicitely -> explicitly - - - - - 01d50b8c by Joseph Herlant at 2018-09-17T16:58:25Z Fix typo: properies -> properties - - - - - 502293ff by Joseph Herlant at 2018-09-17T16:59:03Z Fix typo: distuingish -> distinguish - - - - - 7aa2d9e5 by Joseph Herlant at 2018-09-17T16:59:38Z Fix typo: recieved -> received - - - - - 87a41d7b by Joseph Herlant at 2018-09-17T17:00:14Z Fix typo: comming -> coming - - - - - c1acdfee by Joseph Herlant at 2018-09-17T17:00:57Z Fix typo: prefered -> preferred - - - - - 93c07da3 by Joseph Herlant at 2018-09-17T17:01:46Z Fix typo: definately -> definitely - - - - - 61d35fd2 by Joseph Herlant at 2018-09-17T17:02:56Z Fix typo: transmited -> transmitted - - - - - 223b409c by Joseph Herlant at 2018-09-17T17:03:55Z Fix typo: substract -> subtract - - - - - 32859fbe by Joseph Herlant at 2018-09-17T17:04:30Z Fix typo: managable -> manageable - - - - - 12f34350 by Joseph Herlant at 2018-09-17T17:05:34Z Fix typo: documenation -> documentation - - - - - 16 changed files: - NEWS - configure.ac - doxygen/doxygen.conf.in - src/Makefile.am - src/modules/alsa/mixer/paths/analog-input.conf.common - src/modules/bluetooth/module-bluez5-device.c - src/modules/echo-cancel/adrian-aec.c - src/modules/echo-cancel/adrian-aec.h - src/modules/module-filter-apply.c - src/modules/raop/module-raop-discover.c - src/modules/raop/raop-client.c - src/modules/raop/raop-sink.c - src/pulse/simple.c - src/pulsecore/dynarray.h - src/pulsecore/rtkit.h - src/utils/qpaeq Changes: ===================================== NEWS ===================================== @@ -410,7 +410,7 @@ Changes at a glance: * Better support for multichannel and 2.1 profiles * Protocol optimisations * Remap optimisations - * Lots of other enhancements, bug fixes, and documenation and i18n updates + * Lots of other enhancements, bug fixes, and documentation and i18n updates Detailed change log: @@ -485,7 +485,7 @@ Changes at a glance: * Improved float->s16 and s16->float sample conversion for ARM NEON * "Available" flag for card profiles * Removed module-dbus-protocol from the default configuration - * Lots of other enhancements, bug fixes, and documenation and i18n updates + * Lots of other enhancements, bug fixes, and documentation and i18n updates Detailed change log: @@ -550,7 +550,7 @@ Changes at a glance: * Echo canceller infrastructure fixes * Bash and zsh completion for command line tools * Solaris and OS X fixes - * Lots of other enhancements, bug fixes, and documenation and i18n updates + * Lots of other enhancements, bug fixes, and documentation and i18n updates Detailed change log: ===================================== configure.ac ===================================== @@ -1682,7 +1682,7 @@ that you enable D-Bus support if your platform supports it. Many parts of PulseAudio use D-Bus, from ConsoleKit interaction to the Device Reservation Protocol to speak to JACK, Bluetooth support and even a native control protocol for communicating and -controling the PulseAudio daemon itself. +controlling the PulseAudio daemon itself. ===== WARNING WARNING WARNING WARNING WARNING WARNING WARNING ===== " fi ===================================== doxygen/doxygen.conf.in ===================================== @@ -1768,7 +1768,7 @@ UML_LOOK = NO # the class node. If there are many fields or methods and many nodes the # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS # threshold limits the number of items for each type to make the size more -# managable. Set this to 0 for no limit. Note that the threshold may be +# manageable. Set this to 0 for no limit. Note that the threshold may be # exceeded by 50% before the limit is enforced. UML_LIMIT_NUM_FIELDS = 10 ===================================== src/Makefile.am ===================================== @@ -780,7 +780,7 @@ endif libpulsecommon_ at PA_MAJORMINOR@_la_CFLAGS += $(GLIB20_CFLAGS) $(GTK30_CFLAGS) ## Please note that libpulsecommon implicitly also depends on< -## libpulse! i.e. we have a cyclic dependancy here. Which is intended +## libpulse! i.e. we have a cyclic dependency here. Which is intended ## since libpulse only includes stable, official APIs, while ## libpulsecommon only includes unofficial APIs. ===================================== src/modules/alsa/mixer/paths/analog-input.conf.common ===================================== @@ -15,7 +15,7 @@ ; Mixer path for PulseAudio's ALSA backend, common elements for all ; input paths. If multiple options by the same id are discovered they -; will be suffixed with a number to distuingish them, in the same +; will be suffixed with a number to distinguish them, in the same ; order they appear here. ; ; Source selection should use the following names: ===================================== src/modules/bluetooth/module-bluez5-device.c ===================================== @@ -2212,7 +2212,7 @@ static void handle_transport_state_change(struct userdata *u, struct pa_bluetoot /* When the ofono backend resumes source or sink when in the audio gateway role, the * state of source or sink may already be RUNNING before the transport is acquired via * hf_audio_agent_new_connection(), so the pa_source_suspend() call will not lead to a - * state change message. In this case we explicitely need to signal the I/O thread to + * state change message. In this case we explicitly need to signal the I/O thread to * set up the stream. */ if (PA_SOURCE_IS_OPENED(u->source->state)) pa_asyncmsgq_send(u->source->asyncmsgq, PA_MSGOBJECT(u->source), PA_SOURCE_MESSAGE_SETUP_STREAM, NULL, 0, NULL); ===================================== src/modules/echo-cancel/adrian-aec.c ===================================== @@ -116,7 +116,7 @@ void AEC_done(AEC *a) { // Adrian soft decision DTD // (Dual Average Near-End to Far-End signal Ratio DTD) -// This algorithm uses exponential smoothing with differnt +// This algorithm uses exponential smoothing with different // ageing parameters to get fast and slow near-end and far-end // signal averages. The ratio of NFRs term // (dfast / xfast) / (dslow / xslow) is used to compute the stepsize ===================================== src/modules/echo-cancel/adrian-aec.h ===================================== @@ -96,7 +96,7 @@ /* Double Talk Detector Speaker/Microphone Threshold. Range <=1 * Large value (M0dB) is good for Single-Talk Echo cancellation, - * small value (M12dB) is good for Doulbe-Talk AEC */ + * small value (M12dB) is good for Double-Talk AEC */ #define GeigelThreshold M6dB /* for Non Linear Processor. Range >0 to 1. Large value (M0dB) is good @@ -286,7 +286,7 @@ public: #endif -// Extention in taps to reduce mem copies +// Extension in taps to reduce mem copies #define NLMS_EXT (10*8) // block size in taps to optimize DTD calculation ===================================== src/modules/module-filter-apply.c ===================================== @@ -162,7 +162,7 @@ static const char* get_filter_parameters(pa_object *o, const char *want, bool is /* This function is used to set or unset the filter related stream properties. This is necessary * if a stream does not have filter.apply set and is manually moved to a filter sink or source. - * In this case, the properies must be temporarily set and removed when the stream is moved away + * In this case, the properties must be temporarily set and removed when the stream is moved away * from the filter. */ static void set_filter_properties(pa_proplist *pl, struct filter *filter, bool set_properties) { char *prop_parameters; ===================================== src/modules/raop/module-raop-discover.c ===================================== @@ -204,7 +204,7 @@ static void resolver_cb( /* Transport protocol: * - TCP = only TCP, * - UDP = only UDP, - * - TCP,UDP = both supported (UDP should be prefered) */ + * - TCP,UDP = both supported (UDP should be preferred) */ pa_xfree(tp); if (pa_str_in_list(value, ",", "UDP")) tp = pa_xstrdup("UDP"); ===================================== src/modules/raop/raop-client.c ===================================== @@ -232,7 +232,7 @@ static inline void bit_writer(uint8_t **buffer, uint8_t *bit_pos, size_t *size, if (!data_bit_len) return; - /* If bit pos is zero, we will definately use at least one bit from the current byte so size increments. */ + /* If bit pos is zero, we will definitely use at least one bit from the current byte so size increments. */ if (!*bit_pos) *size += 1; @@ -555,7 +555,7 @@ static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t buffer[0] |= 0x10; stamp -= delay; buffer[1] = htonl(stamp); - /* Set the transmited timestamp to current time. */ + /* Set the transmitted timestamp to current time. */ transmitted = timeval_to_ntp(pa_rtclock_get(&tv)); buffer[2] = htonl(transmitted >> 32); buffer[3] = htonl(transmitted & 0xffffffff); ===================================== src/modules/raop/raop-sink.c ===================================== @@ -106,7 +106,7 @@ static void raop_state_cb(pa_raop_state_t state, void *userdata) { pa_assert(u); - pa_log_debug("State change recieved, informing IO thread..."); + pa_log_debug("State change received, informing IO thread..."); pa_asyncmsgq_post(u->thread_mq.inq, PA_MSGOBJECT(u->sink), PA_SINK_MESSAGE_SET_RAOP_STATE, PA_INT_TO_PTR(state), 0, NULL, NULL); } @@ -248,7 +248,7 @@ static int sink_set_state_in_io_thread_cb(pa_sink *s, pa_sink_state_t new_state, case PA_SINK_IDLE: pa_log_debug("RAOP: IDLE"); - /* Issue a FLUSH if we're comming from running state */ + /* Issue a FLUSH if we're coming from running state */ if (s->thread_info.state == PA_SINK_RUNNING) { pa_rtpoll_set_timer_disabled(u->rtpoll); pa_raop_client_flush(u->raop); ===================================== src/pulse/simple.c ===================================== @@ -474,7 +474,7 @@ pa_usec_t pa_simple_get_latency(pa_simple *p, int *rerror) { * been consumed, which means that pa_stream_get_latency() will * return too large values, because the whole size of the * partially read chunk is included in the latency. Therefore, - * we need to substract the already-read amount from the + * we need to subtract the already-read amount from the * latency. */ already_read = pa_bytes_to_usec(p->read_index, pa_stream_get_sample_spec(p->stream)); ===================================== src/pulsecore/dynarray.h ===================================== @@ -54,7 +54,7 @@ void *pa_dynarray_last(pa_dynarray *array); int pa_dynarray_remove_by_index(pa_dynarray *array, unsigned i); /* Returns -PA_ERR_NOENTITY if p is not found in the array, and zero - * otherwise. If the array contains multiple occurrencies of p, only one of + * otherwise. If the array contains multiple occurrences of p, only one of * them is removed (and it's unspecified which one). */ int pa_dynarray_remove_by_data(pa_dynarray *array, void *p); ===================================== src/pulsecore/rtkit.h ===================================== @@ -61,7 +61,7 @@ int rtkit_make_high_priority(DBusConnection *system_bus, pid_t thread, int nice_ */ int rtkit_get_max_realtime_priority(DBusConnection *system_bus); -/* Retreive the minimum value of nice level available. High prio requests +/* Retrieve the minimum value of nice level available. High prio requests * below this value will fail. The returned value is a negative errno * style error code, or 0 on success.*/ int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level); ===================================== src/utils/qpaeq ===================================== @@ -25,7 +25,7 @@ try: except ImportError as e: sys.stderr.write('There was an error importing needed libraries\n' 'Make sure you have qt5 and dbus-python installed\n' - 'The error that occured was:\n' + 'The error that occurred was:\n' '\t%s\n' % (str(e))) sys.exit(-1) View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/34153758494ae1554419832c0c4047467859516d...12f3435025d9fd0278db80827d1e580cc3ac4a8b -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/compare/34153758494ae1554419832c0c4047467859516d...12f3435025d9fd0278db80827d1e580cc3ac4a8b You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Thu Sep 20 03:16:07 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Thu, 20 Sep 2018 03:16:07 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] fix typo: satisifed -> satisfied Message-ID: <5ba310f78837a_1cd5bc3fbb00948d4c136271@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 279d7197 by Joseph Herlant at 2018-09-19T18:29:45Z fix typo: satisifed -> satisfied - - - - - 1 changed file: - src/pulsecore/protocol-native.c Changes: ===================================== src/pulsecore/protocol-native.c ===================================== @@ -456,7 +456,7 @@ static void fix_record_buffer_attr_pre(record_stream *s) { * guarantee it. */ if (fragsize_usec != s->configured_source_latency) - pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed."); + pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied."); } else if (s->adjust_latency) { @@ -888,7 +888,7 @@ static void fix_playback_buffer_attr(playback_stream *s) { * guarantee it. */ if (minreq_usec != s->configured_sink_latency) - pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisifed."); + pa_log_debug("Could not configure a sufficiently low latency. Early requests might not be satisfied."); } else if (s->adjust_latency) { View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/279d7197d9e73affdfa53ae2e4a14a456f646758 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/279d7197d9e73affdfa53ae2e4a14a456f646758 You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Wed Sep 26 02:55:56 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Wed, 26 Sep 2018 02:55:56 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] Adopt a Code of Conduct Message-ID: <5baaf53c43122_2353fef5f4bf8dc2177cf@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 37c74741 by Arun Raghavan at 2018-09-26T02:39:00Z Adopt a Code of Conduct This is simply the Contributor Covenant Code of Conduct document, version 1.4.1. - - - - - 1 changed file: - + CODE_OF_CONDUCT.md Changes: ===================================== CODE_OF_CONDUCT.md ===================================== @@ -0,0 +1,73 @@ +# Contributor Covenant Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting the project team at pulseaudio-maintainers at lists.freedesktop.org. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/37c747412a5b3361a570785929001da1394e3b79 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/37c747412a5b3361a570785929001da1394e3b79 You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Wed Sep 26 08:07:22 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Wed, 26 Sep 2018 08:07:22 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: Add CoC to the dist'ed files Message-ID: <5bab3e3a8c2b2_30cecd3fd35cf0815053618@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 4fd6b382 by Arun Raghavan at 2018-09-26T07:42:37Z build-sys: Add CoC to the dist'ed files - - - - - 1 changed file: - Makefile.am Changes: ===================================== Makefile.am ===================================== @@ -28,6 +28,7 @@ EXTRA_DIST = \ doxygen/doxygen.conf.in \ PROTOCOL \ README \ + CODE_OF_CONDUCT.md \ scripts/benchmark_memory_usage.sh \ scripts/plot_memory_usage.gp \ scripts/benchmarks/README \ View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4fd6b382a70fb3f6a80a81fb346938f70cfb2043 -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/4fd6b382a70fb3f6a80a81fb346938f70cfb2043 You're receiving this email because of your account on gitlab.freedesktop.org. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at gitlab.freedesktop.org Thu Sep 27 03:28:04 2018 From: gitlab at gitlab.freedesktop.org (Arun Raghavan) Date: Thu, 27 Sep 2018 03:28:04 +0000 Subject: [pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] fix typo: existance -> existence Message-ID: <5bac4e446891f_30cecd3fd339cf403012568b@gitlab-prod-gitlab-5845f7696c-tc675.mail> Arun Raghavan pushed to branch master at PulseAudio / pulseaudio Commits: 9452d1ee by Joseph Herlant at 2018-09-27T00:15:40Z fix typo: existance -> existence - - - - - 1 changed file: - man/pulse-cli-syntax.5.xml.in Changes: ===================================== man/pulse-cli-syntax.5.xml.in ===================================== @@ -334,7 +334,7 @@ License along with PulseAudio; if not, see .

Execute the subsequent block of commands only if the specified file exists. Typically filename indicates a module. Relative paths are resolved using the module directory as the base. By using an - absolute path, the existance of other files can be checked as well.

+ absolute path, the existence of other files can be checked as well.