[Bug 776612] adaptivedemux: Handle SEEK event only once

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 30 10:39:03 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net
 Attachment #342610|none                        |reviewed
             status|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Comment on attachment 342610
  --> https://bugzilla.gnome.org/attachment.cgi?id=342610
adaptivedemux: Handle SEEK event only once

Isn't this exactly the same as the GstBin implementation? Iterating over all
srcpads and sending the event.

You probably instead want to handle seek events directly in send_event(). But
to de-duplicate seek events, do that based on the event's sequence number.

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