Skip to content

Commit

Permalink
Non LiveTV: Construct the TV object immediately.
Browse files Browse the repository at this point in the history
As previously noted in the live tv change:-

"This was a hangover from the old playback threading model which was
just slowing down startup."
  • Loading branch information
Mark Kendall committed Feb 9, 2011
1 parent bb144de commit 6834dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/tv_play.cpp
Expand Up @@ -1681,7 +1681,7 @@ int TV::Playback(const ProgramInfo &rcinfo)


mctx->SetPlayingInfo(&rcinfo); mctx->SetPlayingInfo(&rcinfo);
mctx->SetInitialTVState(false); mctx->SetInitialTVState(false);
ScheduleStateChange(mctx); HandleStateChange(mctx, mctx);


ReturnPlayerLock(mctx); ReturnPlayerLock(mctx);


Expand Down

0 comments on commit 6834dba

Please sign in to comment.