Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] cDisplayVolume with cOsd::OpenRaw plugins



Hi,

there seems to be a small problem in vdr.c. 
When a plugin is active which has his own cOsdBase object (osdteletext)
-> mute or volume up/down is pressed
-> cDisplayVolume appears
-> the cOsdObject returned by the plugin's MainMenuAction is not deleted.

It comes down to line 566
               if (!Interface->IsOpen())
                  Menu = Temp = cDisplayVolume::Create();
which at first glance should be like line 506
        if (!Menu && !Interface->IsOpen())
           Menu = CamControl();



Marcel




-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index