[gstreamer-bugs] [Bug 340060] [adder] handle newsegment events properly

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Apr 23 13:04:03 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=340060

  GStreamer | gst-plugins-base | Ver: HEAD CVS




------- Comment #13 from Stefan Kost (gstreamer, gtkdoc dev)  2007-04-23 20:04 UTC -------
One problem with adder/collectpads is that they don't handle seemless looping.
Flushing seeks work, but non-flushing seeks don't. When I play my pipeline, I
start with a flushing segmented-seek and on segment-done I like to send a
non-flushing seek. This works for pipelines without adder. For pipelines with
adder it hangs. It looks like the FLUSH for SEEK events in
gst_adder_src_event() was broken (not updating the segment if not flushing).

2007-04-23  Stefan Kost  <ensonic at users.sf.net>

        * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
        (gst_adder_sink_event), (gst_adder_collected):
          Fix non-flushing segmented seeks, Fixes #340060 for me


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=340060.




More information about the Gstreamer-bugs mailing list