[Bug 678386] New: Current sinks fail Position Queries in Percent format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 19 03:34:46 PDT 2012


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

           Summary: Current sinks fail Position Queries in Percent format
    Classification: Platform
           Product: GStreamer
           Version: 0.10.36
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: xartigas.bugzilla at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=216729)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=216729)
Playback tutorial 3 from the GStreamer SDK

Although there seems to be code in basesink to handle Position Queries in
Percent format, it fails in all the sinks I tested (ximage and d3dvideosink):
The query returns TRUE, but position is GST_CLOCK_TIME_NONE.

If line 79 of the attached code is changed to
    GstFormat format = GST_FORMAT_PERCENT;
instead of GST_FORMAT_TIME, all queries will fail.

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