[pulseaudio-commits] r2275 - /branches/glitch-free/src/pulse/context.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Apr 20 12:44:00 PDT 2008


Author: lennart
Date: Sun Apr 20 21:43:59 2008
New Revision: 2275

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2275&root=pulseaudio&view=rev
Log:
follow pa_pstream_use_shm->pa_pstream_enable_shm rename

Modified:
    branches/glitch-free/src/pulse/context.c

Modified: branches/glitch-free/src/pulse/context.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulse/context.c?rev=2275&root=pulseaudio&r1=2274&r2=2275&view=diff
==============================================================================
--- branches/glitch-free/src/pulse/context.c (original)
+++ branches/glitch-free/src/pulse/context.c Sun Apr 20 21:43:59 2008
@@ -427,7 +427,7 @@
                 const pa_creds *creds;
                 if ((creds = pa_pdispatch_creds(pd)))
                     if (getuid() == creds->uid)
-                        pa_pstream_use_shm(c->pstream, 1);
+                        pa_pstream_enable_shm(c->pstream, TRUE);
 #endif
             }
 




More information about the pulseaudio-commits mailing list