2010-05-30 José Alburquerque 0.10.7.3. * configure.ac: New release that compiles with GCC 4.5. 2010-05-30 José Alburquerque Iterator: Correct casts and code order. * gstreamer/src/iterator.hg: Use C++ style casts instead of C ones. (IteratorBase): Reorder method definitions so that constructors come before methods. Apparently they were defined as in the class declaration (where they are declared protected after the method declarations), but it might be better to define them first for readability. 2010-05-30 Daniel Elstner Correct wrong syntax for object construction * tools/m4/convert_gst.m4 (GstIterator): Change conversions to use the correct C++ syntax for constructing objects; Iterator() instead of Iterator::Iterator(). The latter fails with GCC 4.5. Reported by Kacper Kowalik, GNOME bug #618565. * gstreamer/src/format.ccg (iterate_format_definitions): As above. 2010-05-25 José Alburquerque Correct some typos. * gstreamer/src/event.hg: * gstreamer/src/message.hg: * gstreamer/src/query.hg: Remove unnecessary '*' in docs. * gstreamer/src/element.hg: Typo. 0.10.7.2: 2010-05-24 José Alburquerque Release 0.10.7.2. * NEWS: * configure.ac: Make a new release with a better Doxygen main page (I really should double check things before releasing).