[Gstreamer-bugs] [Bug 111671] Changed - vorbisfile sets incorrect timestamps on non-seekable streams

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu May 1 05:46:30 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111671

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/111671	Thu May  1 03:14:20 2003
+++ shadow/111671.tmp.28312	Thu May  1 08:46:30 2003
@@ -4,13 +4,13 @@
 OS: Linux
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: normal
 Priority: Normal
-Component: gst-plugins
+Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
 ReportedBy: in7y118 at public.uni-hamburg.de               
 QAContact: gstreamer-maint at bugzilla.gnome.org
 TargetMilestone: 0.6.x
 URL: 
 Summary: vorbisfile sets incorrect timestamps on non-seekable streams
@@ -38,6 +38,12 @@
    /* get current time for discont and buffer timestamp */
 +  g_print("vorbisfile: %g\n", ov_time_tell (&vorbisfile->vf));
    time = (GstClockTime) (ov_time_tell (&vorbisfile->vf) * GST_SECOND);
  
    ret = ov_read (&vorbisfile->vf, 
 
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-05-01 08:46 -------
+I've been told by Wim that this is caused by the queue not doing
+correct queries, because it doesn't include the currently queued
+buffers when figuring this out.
+And the timestamp calculations depends on this.





More information about the Gstreamer-bugs mailing list