ANNOUNCE: gstreamermm-0.10.6
- From: José Alburquerque <jaalburquerque cox net>
- To: gnome-announce-list gnome org
- Cc: gtkmm-list gnome org
- Subject: ANNOUNCE: gstreamermm-0.10.6
- Date: Sun, 27 Dec 2009 19:07:27 -0500
gstreamermm 0.10.6 is now available for download at:
http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/0.10/
f14169226973e47ed51f7f555f9fff5877413c3f0af5495735ac03ce4f51fc09 gstreamermm-0.10.6.tar.bz2
aedbd8f4e42c736f79f9b96903d6012456d3122fa1b401264e80e679ec900fd6 gstreamermm-0.10.6.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:
=======
Build:
* Optimizations and library robustness
(Daniel Elstner)
Plugin Generator:
* Added convenience methods for plug-in action signals. This allows signals
that are used in the C API by calling them with g_signal_emit() to be used
conveniently in C++.
(José Alburquerque)
API:
* CddaBaseSrc:
- Wrapped add_track() method.
- Wrapped virtual functions.
* Refined MiniObject so that it is registered in the GType system.
* MixerTrack:
- Added convenience method has_flags().
* RingBuffer:
- Wrapped virtual functions.
- Re-wrote its helper class RingBufferSpec.
* Added StreamVolume interface.
* TaskPool:
- Wrapped virtual functions.
* VideoSink:
- Wrapped center_rect() method.
- Wrapped property_show_preroll_frame().
* Some documentation improvements.
(José Alburquerque)
Fixes:
* Gst::Message[Waring|Error|Info]::parse_debug() segfaults. Bug #602949.
(kitone)
* Use g_new() instead of new[] if memory will be freed with g_free(). Bug
#602928. (Carlo Wood)
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é
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]