[gstreamer-bugs] [Bug 359653] GStreamer Binary Registry patch
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Dec 13 13:14:24 PST 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=359653
GStreamer | gstreamer (core) | Ver: HEAD CVS
------- Comment #25 from David Schleef 2006-12-13 21:13 UTC -------
Please choose either aligned or unaligned; don't make it a #define. Unaligned
seems slightly better, since one of the purposes of a binary registry is to
save space, and we have GST_READ_*() macros.
Macros that evaulate to empty statements are not portable. Please change it to
do {} while(0).
Please change SAVE_STRING() into a function.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list