[pulseaudio-tickets] [PulseAudio] #503: module-jack-source.c: incorrect use of the pa_assert() macro

PulseAudio trac-noreply at tango.0pointer.de
Mon Mar 2 04:12:57 PST 2009


#503: module-jack-source.c: incorrect use of the pa_assert() macro
---------------------------+------------------------------------------------
 Reporter:  rantala        |       Owner:  lennart
     Type:  defect         |      Status:  new    
 Priority:  normal         |   Milestone:  0.9.15 
Component:  module-jack-*  |    Severity:  normal 
 Keywords:                 |  
---------------------------+------------------------------------------------
 The following use of pa_assert() should probably be replaced with
 pa_assert_se():

 http://www.pulseaudio.org/browser/src/modules/module-jack-source.c#L166

 {{{
 165  for (c = 0; c < u->channels; c++)
 166     pa_assert(buffer[c] = jack_port_get_buffer(u->port[c], nframes));
 }}}

-- 
Ticket URL: <http://pulseaudio.org/ticket/503>
PulseAudio <http://pulseaudio.org/>
The PulseAudio Sound Server


More information about the pulseaudio-bugs mailing list