[mythtv-commits] Ticket #12730: Raspberry Pi: Intermittent pixelation with openmax decoder

MythTV noreply at mythtv.org
Mon Apr 18 15:49:01 UTC 2016


#12730: Raspberry Pi: Intermittent pixelation with openmax decoder
-----------------------------------------+---------------------------
 Reporter:  Peter Bennett <pgbennett@…>  |          Owner:  jyavenard
     Type:  Patch - Bug Fix              |         Status:  new
 Priority:  minor                        |      Milestone:  0.28.1
Component:  MythTV - Video Playback      |        Version:  0.28.0
 Severity:  medium                       |     Resolution:
 Keywords:  Raspberry pi                 |  Ticket locked:  0
-----------------------------------------+---------------------------

Comment (by Peter Bennett <pgbennett@…>):

 The problem is caused by a timeout value too small. If the system waits
 more than 5 ms for a buffer for the next video packet, the packet is being
 dropped. The wait time will depend on decoder internals, the frame speed
 and how long it is until the next frame will be displayed. We do not want
 to drop packets in this situation. I set the timeout to 10000 so that in
 the event of a real decoder problem it will free up after 10 seconds. I
 also updated the message displayed to General, Error so that it will show
 in the log when default logging settings are used.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12730#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list