[mythtv] Bt of mythcommflag segfault with mpeg2 file

Isaac Richards ijr at po.cwru.edu
Mon Feb 16 13:04:20 EST 2004


On Monday 16 February 2004 10:12 am, Chris Pinkham wrote:
> Now I need a way to put that whole block in the CommDetect object, but it
> needs access to NuppelVideoPlayer's JumpToFrame(), GetFrame(), and
> ClearAfterSeek().  Isaac, would you have a problem with making those three
> methods public instead of private?  If they were public I could pass in a
> NuppelVideoPlayer to the CommDetect instance and have it call
> nvp->GetFrame() , nvp->JumpToFrame(), etc..  I'm thinking only pass it in
> to the CommDetect method that needs it so then I'd have something like this
> instead of the current block in NuppelVideoPlayer.

Naw, that's fine if they're public.  Or, you could make the CommDetect object 
a friend of the NVP object and do it that way, but it doesn't matter to me.

Isaac


More information about the mythtv-dev mailing list