[Bug 666376] Seeking in GES is not working correctly in preview with in-point

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 6 03:22:12 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=666376
  GStreamer | gst-editing-services | 0.10.x

Robert Swain <robert.swain> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |robert.swain at gmail.com
         Resolution|                            |INVALID

--- Comment #2 from Robert Swain <robert.swain at gmail.com> 2012-01-06 11:22:10 UTC ---
I've tested the code with recent git checkouts of gst modules including
gst-editing-services. Cases 1 and 2 work fine for me.

For the third case, reading the code suggests you're using the wrong seek flag
for video - you shouldn't use GST_SEEK_FLAG_KEY_UNIT but rather
GST_SEEK_FLAG_ACCURATE. This case then performs as I expect, starting the video
and audio from 5s and playing from there for 15s.

The fourth case, according to the code should set the inpoint of the video to
5s such that 0s in the compostion should start the video from 5s and the audio
from 0s and the duration to be 15s. Then the seeking point is set to 5s which
causes the video to start from 10s and the audio from 5s. This is what I
observe after changing the seek flag as detailed in the previous paragraph.

Closing as invalid, but if this still fails for you after using the correct
seek flag, feel free to reopen. :)

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