[gstreamer-bugs] [Bug 352827] New: When PLAYING, gnonlin won't play past the beginning of the second gnlfilesource

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Aug 25 04:00:03 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=352827
 GStreamer | gnonlin | Ver: 0.10.x

           Summary: When PLAYING, gnonlin won't play past the beginning of
                    the second gnlfilesource
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gnonlin
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: gnome at jonobacon.org
         QAContact: bilboed at bilboed.com
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


If you create a composition with two file sources and the following settings:

  self.audio1.set_property("location", filename)
  self.audio1.set_property("start", long(0))
  self.audio1.set_property("duration", long(2) * gst.SECOND)
  self.audio1.set_property("media-start", 10 * gst.SECOND)
  self.audio1.set_property("media-duration", 2 * gst.SECOND)

  self.audio2.set_property("location", filename)
  self.audio2.set_property("start", long(4))
  self.audio2.set_property("duration", long(2) * gst.SECOND)
  self.audio2.set_property("media-start", 10 * gst.SECOND)
  self.audio2.set_property("media-duration", 2 * gst.SECOND)

the playback never gets to the second gnlfilesource.

Attached is a program that demonstrates the bug.


-- 
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