[gstreamer-bugs] [Bug 351768] Unwanted concurent buffer modifications

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 17 09:25:50 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=351768
 GStreamer | gstreamer (core) | Ver: HEAD CVS





------- Comment #3 from Michal Benes  2006-08-17 16:25 UTC -------
Created an attachment (id=71089)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=71089&action=view)
Fix wrong GST_BUFFER_FLAG_READONLY and set buffer metadata

Oh, at last I see the whole picture (thanks Jan). I could not find where the
subbuffers are made READONLY, the real problem is
GST_BUFFER_FLAGS (ret) = GST_BUFFER_FLAGS (buf);
Some of the code could be moved to gst_buffer_create_sub


-- 
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