[mythtv] Refactored OSX backend firewire patch

Nigel Pearson nigel at ind.tansu.com.au
Thu Mar 2 04:18:39 UTC 2006


> Here's a complete updated patch
>
> <darwin-backend.patch.bz2>

	I have started applying this. Sorry for the delay.
Hope you are still around, and interested in this.


1) Any chance of getting you to have another look at:
libs/libmythtv/firewirechannel.cpp
libs/libmythtv/firewirerecorder.cpp
libs/libmythtv/firewirerecorder.h

Those files have moved on far enough that I am not 100%
sure about the patch rejects I am getting.

2) I am curious about this:

Index: libs/libmythtv/tv_play.h
===================================================================
--- libs/libmythtv/tv_play.h    (revision 9197)
+++ libs/libmythtv/tv_play.h    (working copy)
@@ -231,7 +231,7 @@
      bool HasQueuedInput(void) const
          { return !GetQueuedInput().isEmpty(); }
      bool HasQueuedChannel(void) const
-        { return queuedChanID || !GetQueuedChanNum().isEmpty(); }
+        { return queuedChanID || !queuedChanNum.isEmpty(); }

--
Nigel Pearson, nigel at ind.tansu.com.au|  "Let's see how Spike is going"
Telstra Net. Eng., Sydney, Australia |              ...
Office: 9814 4803    Fax:  9814 4897 |"I'd like to keep Spike as my 
pet."
Mobile: 0408 664435  Home: 9792 6998 |        Illyria - Angel



More information about the mythtv-dev mailing list