[Gstreamer-bugs] [Bug 108301] Changed - source element synchronization (clock)

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Apr 14 14:06:04 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=108301

Changed by rbultje at ronald.bitfreak.net.

--- shadow/108301	Mon Apr 14 10:32:09 2003
+++ shadow/108301.tmp.455	Mon Apr 14 17:06:04 2003
@@ -68,6 +68,14 @@
 <BBB> the fps is num_frames * GST_SECOND / that
 
 ------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-14 10:22 -------
 Created an attachment (id=15712)
 Example patch to add clock synchronization to v4lsrc
 
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-04-14 17:06 -------
+The above patch doesn't actually look at the need_writes for
+requeueing the buffer. This means that:
+*) if the buffer is not used, the buffer is never requeued
+*) if the buffer is used more than once, it's requeued multiple times
+To fix this, we need to keep a log of which buffers are used how many
+times (we can probably us the is_queued[]-array for that).





More information about the Gstreamer-bugs mailing list