[Gstreamer-bugs] [Bug 108297] Changed - repeat field for GstBuffer

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Apr 16 15:31:32 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=108297

Changed by ds at schleef.org.

--- shadow/108297	Fri Mar 14 14:59:49 2003
+++ shadow/108297.tmp.13387	Wed Apr 16 18:31:32 2003
@@ -1,9 +1,9 @@
 Bug#: 108297
 Product: GStreamer
-Version: cvs
+Version: HEAD CVS
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: enhancement
 Priority: Normal
@@ -68,6 +68,19 @@
 ------- Additional Comments From rbultje at ronald.bitfreak.net  2003-03-14 14:59 -------
 I'd like to make one comment to the last argument (timestamp as
 indicator of dupped frames): that wouldn't be any different if the
 repeat field was implemented, it'd just be an *extra* measure for
 *constant* framerate streams to measure this. So both would be
 possible simultanoeusly.
+
+------- Additional Comments From ds at schleef.org  2003-04-16 18:31 -------
+One alternative is for the source to push buffers pointing to the same
+data multiple times.  If the sink does not understand this little
+trick, it will use the buffers the same as if the buffers pointed to
+different data.  If it does understand this trick, it will recognize
+that the data for subsequent buffers is identical.
+
+Of course, this requires a bit of overhead, since both the source and
+sink need to have an additional buffer referenced at all times,
+thereby increasing average memory usage.  But any method will require
+additional memory usage.
+





More information about the Gstreamer-bugs mailing list