openbsd-ports/multimedia/gstreamer-0.10/mm/pkg/DESCR
ajacoutot edce6b01a3 Import gstreamermm-0.10.7.
gstreamermm provides C++ bindings for the GStreamer streaming multimedia
library.  With gstreamermm it is possible to develop applications that
work with multimedia in C++.
<...>
2010-04-13 11:50:26 +00:00

10 lines
489 B
Plaintext

gstreamermm provides C++ bindings for the GStreamer streaming multimedia
library. 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.