[gstreamer-bugs] [Bug 356380] Composition doesn't find the next stop correctly with operations.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Sep 30 08:49:14 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=356380

GStreamer | gnonlin | Ver: HEAD CVS


Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gstreamer-                  |bilboed at bilboed.com
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
            Summary|Overlapping operations don't|Composition doesn't find the
                   |play together               |next stop correctly with
                   |                            |operations.




------- Comment #3 from Edward Hervey  2006-09-30 15:48 UTC -------
There's nothing wrong with the script you provide:

You've put:
gnlfilesource 0s -> 60s with priority 2
phaserII 10s -> 15s with priority 2 (Same priority as something else, you're
going straight to the wall here)
lowpass-iir 5s -> 30s with priority 1

According to that the following should happen (and does):
>From 0s -> 5s : only gnlfilesource
>From 5s -> 30s : lowpass-iir over gnlfilesource
>From 30s-> 60s : only gnlfilesource

On the other hand, if you put phaserII to priority 1 and lowpass-iir to
priority 0 (which is maybe what you intended), it doesn't play phaserII.

Modifying the title accordingly.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list