[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.11-52-g9f5c1c6
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Aug 4 10:45:51 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 580c4342accdfdee7e38eb5bf76c14bf32134df5 (commit)
- Log -----------------------------------------------------------------
9f5c1c6... pa_bool_t is not exported
dd07276... ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file
51d181c... update list of exported symbols
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
src/map-file | 19 +++++++++++++------
src/pulse/ext-stream-restore.c | 2 +-
src/pulse/ext-stream-restore.h | 2 +-
4 files changed, 16 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
commit 51d181c57e9669c58c418440a748405062b4443e
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Aug 4 19:44:55 2008 +0200
update list of exported symbols
diff --git a/src/map-file b/src/map-file
index 8d1c582..b6d3b63 100644
--- a/src/map-file
+++ b/src/map-file
@@ -98,9 +98,16 @@ pa_context_unref;
pa_cvolume_avg;
pa_cvolume_channels_equal_to;
pa_cvolume_equal;
+pa_cvolume_remap;
pa_cvolume_set;
pa_cvolume_snprint;
pa_cvolume_valid;
+pa_ext_stream_restore_delete;
+pa_ext_stream_restore_read;
+pa_ext_stream_restore_set_subscribe_cb;
+pa_ext_stream_restore_subscribe;
+pa_ext_stream_restore_test;
+pa_ext_stream_restore_write;
pa_frame_size;
pa_get_binary_name;
pa_get_fqdn;
@@ -133,21 +140,21 @@ pa_operation_ref;
pa_operation_unref;
pa_parse_sample_format;
pa_path_get_filename;
-pa_proplist_free;
-pa_proplist_contains;
pa_proplist_clear;
+pa_proplist_contains;
pa_proplist_copy;
+pa_proplist_free;
pa_proplist_get;
pa_proplist_gets;
pa_proplist_iterate;
-pa_proplist_update;
pa_proplist_new;
pa_proplist_set;
-pa_proplist_sets;
pa_proplist_setf;
+pa_proplist_sets;
+pa_proplist_to_string;
pa_proplist_unset;
pa_proplist_unset_many;
-pa_proplist_to_string;
+pa_proplist_update;
pa_sample_format_to_string;
pa_sample_size;
pa_sample_spec_equal;
@@ -198,8 +205,8 @@ pa_stream_readable_size;
pa_stream_ref;
pa_stream_set_buffer_attr;
pa_stream_set_latency_update_callback;
-pa_stream_set_moved_callback;
pa_stream_set_monitor_stream;
+pa_stream_set_moved_callback;
pa_stream_set_name;
pa_stream_set_overflow_callback;
pa_stream_set_read_callback;
commit dd07276b8e8838fbc532725d37a17e871d6c4179
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Aug 4 19:45:30 2008 +0200
ignore PA_GCC_DEPRECATED and PA_GCC_PRINTF_ATTR when generating map file
diff --git a/src/Makefile.am b/src/Makefile.am
index 70f08a2..0fa0c14 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1611,7 +1611,7 @@ update-ffmpeg:
update-map-file:
( echo "PULSE_0 {" ; \
echo "global:" ; \
- ctags -I PA_GCC_PURE,PA_GCC_CONST -f - --c-kinds=p $(pulseinclude_HEADERS) | awk '/^pa_/ { print $$1 ";" }' | sort ; \
+ ctags -I PA_GCC_PURE,PA_GCC_CONST,PA_GCC_DEPRECATED,PA_GCC_PRINTF_ATTR -f - --c-kinds=p $(pulseinclude_HEADERS) | awk '/^pa_/ { print $$1 ";" }' | sort ; \
echo "local:" ; \
echo "*;" ; \
echo "};" ) > $(srcdir)/map-file
commit 9f5c1c60678e12f72836b3e01ebd48447d952769
Author: Lennart Poettering <lennart at poettering.net>
Date: Mon Aug 4 19:45:47 2008 +0200
pa_bool_t is not exported
diff --git a/src/pulse/ext-stream-restore.c b/src/pulse/ext-stream-restore.c
index d64f79d..c9f70bf 100644
--- a/src/pulse/ext-stream-restore.c
+++ b/src/pulse/ext-stream-restore.c
@@ -188,7 +188,7 @@ pa_operation *pa_ext_stream_restore_write(
pa_update_mode_t mode,
const pa_ext_stream_restore_info data[],
unsigned n,
- pa_bool_t apply_immediately,
+ int apply_immediately,
pa_context_success_cb_t cb,
void *userdata) {
diff --git a/src/pulse/ext-stream-restore.h b/src/pulse/ext-stream-restore.h
index 3c77b46..94e8964 100644
--- a/src/pulse/ext-stream-restore.h
+++ b/src/pulse/ext-stream-restore.h
@@ -58,7 +58,7 @@ pa_operation *pa_ext_stream_restore_write(
pa_update_mode_t mode,
const pa_ext_stream_restore_info data[],
unsigned n,
- pa_bool_t apply_immediately,
+ int apply_immediately,
pa_context_success_cb_t cb,
void *userdata);
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list