[gstreamer-bugs] [Bug 343581] dv1394src seems to deliver incorrect timestamp

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jun 1 04:46:15 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343581
 GStreamer | gst-plugins-good | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




------- Comment #1 from Wim Taymans  2006-06-01 11:46 UTC -------
sync to the clock is done in dv1394src since it is a live source. the get_times
returning GST_CLOCK_TIME_NONE values is to instruct GstBaseSrc that it should
not simulate a live source.

Stuttery playback is a combination of:

1) dv1394src not providing a clock. (see bug #169383)
2) no latency calculations (yet) for live sources (see bug #340842).

As for timestamping of buffers from dv1394src, I'm pretty sure it is wrong and
just starts counting from 0 without either listening to the pipeline clock or
providing its own clock. Marking as duplicate when implementing proper live
source behaviour.

*** This bug has been marked as a duplicate of 169383 ***


-- 
Configure bugmail: http://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