[polypaudio-commits] r860 - in /trunk: doc/todo src/polypcore/core-subscribe.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Sun May 14 07:07:55 PDT 2006
Author: lennart
Date: Sun May 14 16:07:48 2006
New Revision: 860
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=860&root=polypaudio&view=rev
Log:
update todo
Modified:
trunk/doc/todo
trunk/src/polypcore/core-subscribe.c
Modified: trunk/doc/todo
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/doc/todo?rev=860&root=polypaudio&r1=859&r2=860&view=diff
==============================================================================
--- trunk/doc/todo (original)
+++ trunk/doc/todo Sun May 14 16:07:48 2006
@@ -27,6 +27,7 @@
changes if you're modifying a sink/source since those might have a different
map.
- don't install .a files of modules
+- check utf8 validity of strings
Long term:
- pass meta info for hearing impaired
Modified: trunk/src/polypcore/core-subscribe.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polypcore/core-subscribe.c?rev=860&root=polypaudio&r1=859&r2=860&view=diff
==============================================================================
--- trunk/src/polypcore/core-subscribe.c (original)
+++ trunk/src/polypcore/core-subscribe.c Sun May 14 16:07:48 2006
@@ -118,7 +118,8 @@
}
}
-/*static void dump_event(pa_subscription_event*e) {
+#if 0
+static void dump_event(pa_subscription_event*e) {
switch (e->type & PA_SUBSCRIPTION_EVENT_FACILITY_MASK) {
case PA_SUBSCRIPTION_EVENT_SINK:
pa_log(__FILE__": SINK_EVENT");
@@ -159,7 +160,8 @@
}
pa_log(__FILE__": %u", e->index);
-}*/
+}
+#endif
/* Deferred callback for dispatching subscirption events */
static void defer_cb(pa_mainloop_api *m, pa_defer_event *de, void *userdata) {
@@ -168,7 +170,6 @@
assert(c && c->subscription_defer_event == de && c->mainloop == m);
c->mainloop->defer_enable(c->subscription_defer_event, 0);
-
/* Dispatch queued events */
More information about the pulseaudio-commits
mailing list