[mythtv-firehose] mythtv/master commit: e860c3f79 by David Engel (gigem)

MythTV noreply at mythtv.org
Tue Feb 21 22:13:43 UTC 2012


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2012-02-21T14:04:05-08:00
   Push Date:  2012/02/21 14:13:21 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  e860c3f7916fe6996fda1a93a8e6e6e7a044cc7e
   Changeset:  https://github.com/MythTV/mythtv/commit/e860c3f79

Log:

Fix a couple of virtual tuner card creation issues.

Rework SHA1:95ceb8dc.  Either intentionally or unintentionally,
passing cardid = 0 to CardUtil::GetInputIDs(cardid) was already being
done with the expectation that no results are returned.  Add a new
GetAllInputIDs() method to replace the special case that was added.
Remove the sourceid special case to GetCardIDs() that was added at the
same time.  GetAllCardIds() can be added when needed.  Fix another bug
where some cardinput values were not cloned when an input was first
connected.

Really fix #10365

Modified:

   mythtv/libs/libmythtv/cardutil.cpp
   mythtv/libs/libmythtv/cardutil.h
   mythtv/programs/mythfrontend/scheduleeditor.cpp



More information about the mythtv-firehose mailing list