[Gstreamer-bugs] [Bug 113180] Changed - Some GstBuffer comments

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sat May 17 04:54:28 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=113180

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

--- shadow/113180	Sat May 17 07:38:35 2003
+++ shadow/113180.tmp.17041	Sat May 17 07:54:28 2003
@@ -30,6 +30,21 @@
 2) offset should be documented. Is it offset in the file, offset in the
 ring buffer, ...? It says media-specific, does it mean I can use it for
 anything? Please document it. Inside the .h file, that is. ;).
 
 3) there is no 'duration' (GstClockTime). This is interesting for VBR audio
 and subtitles.
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-05-17 07:54 -------
+1) maxsize and size should be the same format _and_ maxsize should
+actually be set. The core doesn't initialize it afaik.
+We should make it so that buf->size <= buf->maxsize is true everywhere.
+
+2) Afaik offset is supposed to be byteoffset. I think only filesrc
+sets it. I'd prefer if buffers would carry GstFormat/guint64 tuples,
+just like discont events.
+
+3) The tuples idea goes for buffer size, too.
+
+
+I don't know how fast that would be though, but optimization should
+come last anyway. :)





More information about the Gstreamer-bugs mailing list