[Bug 753806] [REGRESSION] aggregator: Default to "zero" start time selection mode as documented broke several GES Validate tests

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Aug 28 20:10:23 PDT 2015


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #310231|0                           |1
        is obsolete|                            |

--- Comment #7 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Created attachment 310234
  --> https://bugzilla.gnome.org/attachment.cgi?id=310234&action=edit
aggregator: Also ignore start-time on seek from gst_element_send_event()

I just realized thar my previous patch was exactly the same as Thibault.
The attached patch just disables it for the case of a seek sent directly to
this
element just like it does on a seek event from a pad.

I still think the code is fishy, why does it do a MIN() on the various values,
since it will not happen after a seek, only right after a gst_segment_init()
where start, time and position are 0.

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