0.10.10.1: 2012-02-19 José Alburquerque Release 0.10.10.1. * NEWS: * configure.ac: 2012-02-19 José Alburquerque Fix the distcheck. * tests/test-plugin-signals.cc: Add an include to fix the build. 2012-02-19 José Alburquerque Allow the build to succeed for MinGW32. * configure.ac: Add logic to define the GSTREAMERMM_STATIC_LIB macro if the --enable-static option is passed to configure. * gstreamer/gstreamermmconfig.h.in: Add logic to decide how to build certain constants in Windows. * gstreamer/src/clock.ccg: * gstreamer/src/clock.hg: Correct the declaration and definition of the ClockTime constants so that it uses the above logic (namely the GSTREAMERMM_API macro) to decide how these constants should be linked when building in Windows. Also correct the use of 'static' in the declaration. * gstreamer/gstreamermm/wrap.h: Use the new GSTREAMERMM_API macro here also. Bug #669045 (Joao Paulo Pizani Flor). 2012-01-31 José Alburquerque Regenerate signals and properties. * gstreamer/src/gst_signals.defs: Regenerate to get the new properties of plugins. * gstreamer/src/gst_signals.defs.patch: Update the patch file to include a fix for the "discovered" signal of GstDiscoverer. S 2012-01-16 José Alburquerque Fix the build with the latest GStreamer sources and glibmm. * examples/hello_world/main.cc: * examples/media_player_gtkmm/player_window.cc: * examples/media_player_gtkmm/player_window.h: * examples/ogg_player/main.cc: * examples/ogg_player_gtkmm/player_window.cc: * examples/optiongroup/main.cc: * examples/typefind/main.cc: Add needed includes to the example sources so that they build with the latest glibmm. * gstreamer/gstreamermm/wrap.cc: * gstreamer/src/bus.hg: * gstreamer/src/cddabasesrc.hg: * gstreamer/src/element.hg: * gstreamer/src/elementfactory.hg: * gstreamer/src/format.hg: * gstreamer/src/index.hg: * gstreamer/src/mixer.hg: * gstreamer/src/object.hg: * gstreamer/src/pad.hg: * gstreamer/src/plugin.hg: * gstreamer/src/preset.hg: * gstreamer/src/propertyprobe.hg: * gstreamer/src/query.hg: * gstreamer/src/ringbuffer.hg: * gstreamer/src/structure.hg: * gstreamer/src/task.hg: * gstreamer/src/typefind.hg: * gstreamer/src/typefindfactory.hg: * gstreamer/src/urihandler.hg: Add needed includes to the sources so that they also build with the latest glibmm. * tools/m4/plugingen_gstreamermm.m4: Add a _TRANSLATION from GstFraction to Gst::Fraction so that the plugin generation process works with the latest GStreamer sources. 2011-11-02 José Alburquerque Examples: Add a "Hello World" example. * examples/Makefile.am: * examples/hello_world/main.cc: Add a translation of the GStreamer helloworld example so that the GStreamer bindings page can be updated correctly (see the e-mail: http://lists.freedesktop.org/archives/gstreamer-devel/2011-October/033776.html) 2011-09-06 José Alburquerque Preset: Add an include to fix the build with git sources. * gstreamer/src/preset.hg: