[Bug 721422] Negative pad offsets don't work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 5 01:14:07 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721422
  GStreamer | gstreamer (core) | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |wim.taymans at gmail.com
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-01-05 09:14:02 UTC ---
For this we probably have to add yet another offset field to GstSegment, this
time a signed one. However adding a field there now is arguably breaking ABI as
every code that calculated with the GstSegment fields directly instead of the
gst_segment_* functions won't work properly afterwards.


One corner case for negative pad offsets is btw that the overall calculations
yield a negative time. In that case I think it's safe to say that it's outside
the segment?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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