[gstreamer-bugs] [Bug 619293] [avimux] clean up avi header creation code

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 22 03:01:38 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619293
  GStreamer | gst-plugins-good | git

--- Comment #4 from Benjamin Otte (Company) <otte at gnome.org> 2010-05-22 10:01:34 UTC ---
So here's a reworked version that doesn't use the byte writer chunking API, but
instead keeps chunks locally. The only thing this patch loses is the assertion
check that indeed all chunks are popped in the end.

On the other hand I like it a bit more, because it makes the chunks explicit in
the code using them, so it's always clear which chunk we operate on, in
particular when ending tags.

-- 
Configure bugmail: https://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