[gstreamer-bugs] [Bug 370836] New: Looping feature for gnlobject

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Nov 4 18:56:41 PST 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=370836

  GStreamer | gnonlin | Ver: HEAD CVS

           Summary: Looping feature for gnlobject
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gnonlin
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: laszlok2 at gmail.com
         QAContact: bilboed at bilboed.com
     GNOME version: Unversioned Enhancement
   GNOME milestone: Unspecified


Currently, making loops using gnonlin requires making many gnlsources and
placing them one after another in the timeline. This is not optimal because the
creation of many gnlsources will use more resources than necessary, and to move
or change the source would require updating all the gnlsources. Gnlobject
should handle looping by itself like so:

1. Create a gnlfilesource and set media-start to 0, media-stop to 5.
2. Set start to 0 and duration to 15.
3. Now when playing, the section of the file frrm 0 to 5 seconds should be
played 3 times. 

In other words, when the gnlfilesource reaches media-stop (at 5 seconds), it
should go back to media-start (0 seconds) and play the file again. This is
repeated until duration is exceeded, at which point the gnlfilesource will be
silent.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list