[Bug 750027] concat: Reset internal start offset to 0 after flushing seek

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 11 01:58:40 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750027

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #305051|none                        |needs-work
             status|                            |

--- Comment #8 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 305051:
 --> (https://bugzilla.gnome.org/review?bug=750027&attachment=305051)

::: plugins/elements/gstconcat.c
@@ +525,3 @@
+        GST_DEBUG_OBJECT (self,
+            "resetting start offset to 0 after flushing with reset_time =
TRUE");
+        self->current_start_offset = 0;

I think this should only be done if the FLUSH_STOP event came from the active
pad, not from some random other pad. For other pads we don't care really


We should also do the same in the src_event function

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list