[mythtv-commits] [MythTV/mythtv] 17de7d: Default AVC/H264 parser in DTVRecorder

kmdewaal noreply at github.com
Sun Jul 5 14:40:12 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: 17de7def4367f341bc4f19c07ab0ec349ca4bb81
      https://github.com/MythTV/mythtv/commit/17de7def4367f341bc4f19c07ab0ec349ca4bb81
  Author: Klaas de Waal <kdewaal at mythtv.org>
  Date:   2020-07-05 (Sun, 05 Jul 2020)

  Changed paths:
    M mythtv/libs/libmythtv/recorders/dtvrecorder.cpp

  Log Message:
  -----------
  Default AVC/H264 parser in DTVRecorder

In DTVRecorder, after inspecting the packets, the AVC/H264 or the HEVC/H265 parser
is installed as needed. This works fine for recordings but this fails for
Live TV when the first channel is an MPEG2/SD channel and then a channel
change is done to a H264/HD channel.
In the latter case, there are packets processed without a parser being installed
and this then creates a segfault.
Fixed by installing the AVC/H264 parser in the constructor of DTVRecorder.




More information about the mythtv-commits mailing list