gstreamermm 0.10.8 is now available for download at: http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/
4db9f6448136e04cea1ebb1e0b190237d3c8c6e82203e638c332f972f2dc1817 gstreamermm-0.10.8.tar.bz2 73c77dbbf71e47a979aff05a48988c87ea09fa0f928adb1e396466450375798e gstreamermm-0.10.8.tar.gz General Information =================== gstreamermm provides C++ bindings for the GStreamer streaming multimedia library (http://gstreamer.freedesktop.org). With gstreamermm it is possible to develop applications that work with multimedia in C++. gstreamermm is developed over glibmm, libsigc++ and libxml++ and the functionalities they provide. This means that, among other things, referencing and unreferencing of GObjects is handled automatically via glibmm's automatic pointer class, Glib:RefPtr<>, and libsigc++'s slots are used for callbacks and signals. There are several examples, including a media player, in the examples/ directory, that demonstrate how to use the API and there are API docs in the docs/reference/html directory. The core plug-ins, such as Gst::Identity and Gst::FileSrc are also provided along with many of the base plug-ins. Changes: ======= 0.10.8 (unstable): API: * BaseSink: - Wrapped the "enable-last-buffer" property. - Wrapped the set_caps_vfunc(), start_vfunc(), stop_vfunc(), unlock_vfunc(), event_vfunc(), activate_pull_vfunc(), unlock_stop_vfunc(), and render_list_vfunc() virtual functions (mostly manually). * Added BufferList and BufferListIterator. * Removed the optional API #ifdefs. All the optional API is always built. (José Alburquerque) Fixes: * Really fix the build with GCC 4.5 (Diego E. Flameeyes Pettenò) Bug #626203 (Diego E. Flameeyes Pettenò). Links ===== git: git://git.gnome.org/gstreamermm http://git.gnome.org/cgit/gstreamermm/ (It's in jhbuild) download: http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/ submit bugs: http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm view bugs: http://bugzilla.gnome.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=gstreamermm&content= -- José
_______________________________________________ gnome-announce-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-announce-list
_______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
