GNOME Bugzilla – Bug 362399
Default sources broken
Last modified: 2006-11-02 12:00:45 UTC
In a recent Gnonlin CVS default sources seem to be broken. I have attached a sample script with a default source and two gnlfilesources - the first one plays, but the gap between the filesources (default source) does not play and the second source does not play.
Created attachment 74758 [details] Test script
Created attachment 74759 [details] glade file for use with test script
works fine here. Can you try again with latest core/-base/gnonlin ?
In fact, the given test wasn't enough. It was missing the fact that there was an operation above the two sources. The issue was that the calculation of the next stop wasn't taking into account the default source. Now fixed in cvs along with unit test. 2006-11-02 Edward Hervey <edward@fluendo.com> * gnl/gnlcomposition.c: (convert_list_to_tree): Take into account the priority of default sources when calculating the highest priority. This fixes #362399 * tests/check/gnloperation.c: (GST_START_TEST), (gnonlin_suite): Unit test for fixed behaviour.