[pulseaudio-commits] r1547 - /branches/lennart/src/pulsecore/sink-input.c

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Thu Jul 26 12:19:43 PDT 2007


Author: lennart
Date: Thu Jul 26 21:19:42 2007
New Revision: 1547

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=3D1547&root=3Dpulseaudio&vi=
ew=3Drev
Log:
remove some log messages

Modified:
    branches/lennart/src/pulsecore/sink-input.c

Modified: branches/lennart/src/pulsecore/sink-input.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/=
sink-input.c?rev=3D1547&root=3Dpulseaudio&r1=3D1546&r2=3D1547&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/lennart/src/pulsecore/sink-input.c (original)
+++ branches/lennart/src/pulsecore/sink-input.c Thu Jul 26 21:19:42 2007
@@ -440,16 +440,12 @@
 /*         return; */
 /*     } */
 =

-    pa_log("dropping %u", length);
-    =

     if (i->thread_info.resampled_chunk.memblock) {
         size_t l =3D length;
 =

         if (l > i->thread_info.resampled_chunk.length)
             l =3D i->thread_info.resampled_chunk.length;
 =

-        pa_log("really dropping %u", l);
-        =

         i->thread_info.resampled_chunk.index +=3D l;
         i->thread_info.resampled_chunk.length -=3D l;
         =

@@ -461,8 +457,6 @@
         length -=3D l;
     }
 =

-    pa_log("really remaining %u", length);
-    =

     if (length > 0) {
         =

         if (i->thread_info.resampler) {




More information about the pulseaudio-commits mailing list