[Gstreamer-bugs] [Bug 123889] Changed - need padding in structs

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Oct 7 11:35:44 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=123889

Changed by ds at schleef.org.

--- shadow/123889	Tue Oct  7 05:21:49 2003
+++ shadow/123889.tmp.29344	Tue Oct  7 14:35:44 2003
@@ -36,6 +36,14 @@
   actual_thing_goes_here
 } ext;
 
 ? Or something else? Because if you make everything macros, actually
 implementing the extensions later will still require us to either use
 unions or to not use the macro. ;).
+
+------- Additional Comments From ds at schleef.org  2003-10-07 14:35 -------
+When something needs to be added, we need to replace the macro with
+whatever the macro resolves as, and modify accordingly.
+
+A union isn't a bad idea, since it's a way to always ensure that the
+structure never changes size.  It doesn't really matter.  The point of
+the macro is to actually put it in every structure.




More information about the Gstreamer-bugs mailing list