[mythtv-commits] [MythTV/mythtv] bdc1fc: Reduce superfluous tests and error messages

kmdewaal noreply at github.com
Tue May 9 20:37:23 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: bdc1fcb94ea054f73b0d10c9741eb247eedb46ce
      https://github.com/MythTV/mythtv/commit/bdc1fcb94ea054f73b0d10c9741eb247eedb46ce
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/v4l2util.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Reduce superfluous tests and error messages

Change V4L2 open failure message to category CHANNEL and type INFO.
This is because this function is called for every capture card and
it then spits out "false positive" error messages about for example
that it cannot open a HDHomeRun using the device ID.
Do not test for audio when the video device already fails to open,
as the device used for both audio and video is the same.


  Commit: 8f89faa9692594652a129aaaef4ac7fac0c80c19
      https://github.com/MythTV/mythtv/commit/8f89faa9692594652a129aaaef4ac7fac0c80c19
  Author: Klaas de Waal <klaas at kldo.nl>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Show "Input name" field only for analog inputs

In mythtv-setup, Input Connections configuration, show the
"Input name" selection only for cards with analog inputs.
This field is used to select for example between Composite,
S-Video or Component Video when a card has different inputs.
Note that for digital cards the same database field is used
to store the Delivery System.


  Commit: 4ea3bdd6d605d1fc850d4bbeca71d6711dead09b
      https://github.com/MythTV/mythtv/commit/4ea3bdd6d605d1fc850d4bbeca71d6711dead09b
  Author: kmdewaal <kdewaal at mythtv.org>
  Date:   2023-05-09 (Tue, 09 May 2023)

  Changed paths:
    M mythtv/libs/libmythtv/v4l2util.cpp
    M mythtv/libs/libmythtv/videosource.cpp

  Log Message:
  -----------
  Merge pull request #749 from kmdewaal/master

Show "Input name" field only for analog inputs


Compare: https://github.com/MythTV/mythtv/compare/baec5ab9e55b...4ea3bdd6d605


More information about the mythtv-commits mailing list