[mythtv] [PATCH] Filter GUI

Marc Alban malban at mail.utexas.edu
Thu Mar 1 17:42:15 UTC 2007


Marc Alban wrote:
> Mark Kendall wrote:
>   
>> I've not looked at your patch in any detail, but I'd suggest you have
>> a look at the mythtv-vid branch. There are changes in there that would
>> impact on the work you've done.
>>
>> Regards
>>
>> Mark
>> _______________________________________________
>> mythtv-dev mailing list
>> mythtv-dev at mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>>
>>   
>>     
>
> Alright, thanks for the heads up.  I'll take a look.
I looked at the mythtv-vid source and  I don't believe it will have a 
major effect on this code.  This patch mainly replaces part of the GUI 
and does not alter or rely on the underlying filtering process.  It uses 
the FilterManager class to get information about the filters, but that 
class does not look to have changed.  I also made no changes to the way 
the filter settings are stored in the database.  The vid branch looks to 
have the same interfaces for the transcoder/channel video/channel output 
filter settings as the trunk.   The general playback settings interface 
does look to have been significantly altered.  Since my code replaces 
the LineEditSetting filter input of this interface with a ButtonSetting 
with basically the same properties, it shouldn't be much more difficult 
to move the button to the new interface as is was to move the 
LineEditSetting.  I'll keep an eye out for other conflicts.

I'm not sure how the whole branching/merging process is handled, but if 
it would be helpful I could make a separate patch against the mythtv-vid 
branch.

Marc


More information about the mythtv-dev mailing list