[mythtv-firehose] mythtv/master commit: ea2230469 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Wed Feb 22 06:43:12 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-02-21T22:41:14-08:00
   Push Date:  2012/02/21 22:42:40 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  ea22304697f67dff18c52798350d8c070fd4db3b
   Changeset:  https://github.com/MythTV/mythtv/commit/ea2230469

Log:

Allow relative path when using dvd: or bd: URIs

ProgramInfo(const QString &_pathname) constructor would assume that any path containing ./ would be a relative path and use QFileInfo::absoluteFilePath() to determine the absolute path.
This would fail should _pathname actually be a URI.

This change allows playing a URI such as bd:../mount

Modified:

   mythtv/libs/libmyth/programinfo.cpp
   mythtv/libs/libmythtv/ringbuffer.cpp



More information about the mythtv-firehose mailing list