[Bug 705748] New: Duration is taken as an outpoint instead in ges_timeline_object_set_duration ()

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 9 18:32:18 PDT 2013


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

           Summary: Duration is taken as an outpoint instead in
                    ges_timeline_object_set_duration ()
    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: alexandre at quessy.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=251265)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=251265)
Example code that demonstrates that duration is taken as an outpoint

When calling ges_timeline_object_set_duration (), it seems like the outpoint
becomes the value of the duration, and not the inpoint plus the duration, as it
should be.

Let say one specifies a in-point of 3.0 seconds, and a duration of 6.0 seconds,
the resulting clip should last 6.0 seconds, but it lasts only 3.0 seconds.

So, the duration is taken as an outpoint instead. The outpoint should be
inpoint + duration.

See the complete C file attached.

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