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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 23 16:45:44 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=370836
  GStreamer | gnonlin | git

rob changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rob at yorba.org

--- Comment #5 from rob at yorba.org 2010-08-23 23:45:40 UTC ---
I have a patch for this that is almost done.  I just saw this bug and noticed
an interesting bit from Ed: "Call g_idle_add with a method that will send that
new seek upstream."  I'm currently using g_thread and condition variable/mutex.
 Is that going to make a significant difference?

My patch works fine for audio, but does not work for video.  I'll spend a bit
more time on it.  If I can't figure it out, I'll post what I have so far.

I added to gnlobject a new property: loop-duration.  If this is non-zero, a
single loop duration will take loop-duration nanoseconds.  If media-duration is
less than loop-duration, there will be silence before the loop starts up again.
 The gnlobject will loop for duration nanoseconds.

-- 
Configure bugmail: https://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