[mythtv-commits] Ticket #9425: [CRASH] mythtranscode segfault in AudioReencodeBuffer::AddFrames

MythTV noreply at mythtv.org
Mon Mar 21 03:12:09 UTC 2011


#9425: [CRASH] mythtranscode segfault in AudioReencodeBuffer::AddFrames
-----------------------------------------------+---------------------------
 Reporter:  timowi <mythtv@…>                  |          Owner:  jyavenard
     Type:  Bug Report                         |         Status:  closed
 Priority:  minor                              |      Milestone:  0.25
Component:  MythTV - Mythtranscode             |        Version:
 Severity:  medium                             |  0.24-fixes
 Keywords:                                     |     Resolution:  fixed
                                               |  Ticket locked:  0
-----------------------------------------------+---------------------------
Changes (by Jean-Yves Avenard):

 * status:  assigned => closed
 * resolution:   => fixed
 * milestone:  unknown => 0.25


Comment:

 Initialise audioOutput object if it exists.

 Code incorrectly assumed that the only place the creation of the
 audioOutput object was done in MythPlayer. Mythtranscode creates its own
 audioOutput object and use AudioPlayer::SetAudioOutput to set it.
 Now if an audio object exists, we initialise it no matter what. This will
 likely increase verbosity in some cases

 Fixes #9425
  Changeset: 53c94717dce6d5a3c0755fcc132afd2df4f26b18

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9425#comment:14>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list