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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 16 09:09:06 PST 2011


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

           Summary: Seeking is not working correctly in preview with
                    in-point
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: xrcalvar at igalia.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=203685)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=203685)
test program

Compile the attached test program. Usage:  ./test <input_video_uri> <audio_uri>
<original_duration> [video_in_point [seeking_point]]

Have a longer than 20s video and a longer than 20s audio.

./test video audio 20 0 0 shows both videos from second 0. Ok
./test video audio 20 5 0 shows video + 5 and audio + 0. Ok
./test video audio 20 0 5 should show video + 5 and audio + 5. It is showing
video + 5 and audio +5.
./test video audio 20 5 5 should show video + 5 + 5 and audio + 5. It is
showing video + 5 and audio + 5.

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