[Bug 701813] New: Reverse playback not working with videotestsrc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jun 7 13:42:31 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701813
  GStreamer | gst-plugins-base | git

           Summary: Reverse playback not working with videotestsrc
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: eloi.bail at savoirfairelinux.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=246282)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=246282)
Test file

Hi,

reverse playback is not working with videotestsrc :
- Reproduced on 0.10 SDK and 1.0 HEAD
- Working fine with audiotestsrc

audiotestsrc and videotestsrc are both used for gap on Gstreamer Editing
Services. So with this issue not reverse playback can be done on timeline with
gaps.


In attachement a simple program showing the issue on videotestsrc and showing
that it is working fine on videotestsrc.

For 1.0, you will have to change  

if (!gst_element_query_position (GST_ELEMENT (pipeline), &format, &position)) {

to

if (!gst_element_query_position (GST_ELEMENT (pipeline), format, &position)) {

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