Re: [Ekiga-devel-list] Bug design issue in the video options

2008-04-06 Thread Matthias Schneider
Quoting Julien Puydt [EMAIL PROTECTED]: Matthias Schneider a écrit : However I do not know if this is the correct place to do this. Perhaps there should be a centralized place to check for value ranges and reset to defaults, perhaps even using the schemas.in.in as input for the defaults

Re: [Ekiga-devel-list] Bug design issue in the video options

2008-04-06 Thread Matthias Schneider
Quoting Julien Puydt [EMAIL PROTECTED]: Matthias Schneider a écrit : I prefer the bridge if its in the object or the specific gmconf, since if I have to do all these checks in the object itself, the already complicated code will look even more complicated. And the gmconf-bridge does not

Re: [Ekiga-devel-list] Bug design issue in the video options

2008-04-05 Thread Damien Sandras
Le vendredi 04 avril 2008 à 21:58 +0200, Julien Puydt a écrit : Hi, I had a crash through the following code in opal-gmconf-bridge.cpp: GMManager::VideoOptions options; manager.get_video_options (options); options.maximum_received_bitrate = gm_conf_entry_get_int (entry);