gnomemm r2032 - gstreamermm/trunk



Author: jaalburqu
Date: Mon Feb  2 01:23:53 2009
New Revision: 2032
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2032&view=rev

Log:
2009-02-01  Josà Alburquerque  <jaalburqu svn gnome org>

	* README: Rewrote slightly so that the first section (General
	Information) might be used for release e-mails if that is appropriate.

Modified:
   gstreamermm/trunk/ChangeLog
   gstreamermm/trunk/README

Modified: gstreamermm/trunk/README
==============================================================================
--- gstreamermm/trunk/README	(original)
+++ gstreamermm/trunk/README	Mon Feb  2 01:23:53 2009
@@ -1,11 +1,34 @@
-gstreamermm is a C++ wrapper library for the multimedia library GStreamer
-(http://gstreamer.freedesktop.org).  It is designed to allow C++ development of
-applications that work with multi-media.  For the API docs, see the
-docs/reference/html directory after building.  
-
-Discussion of gstreamermm takes place on the gtkmm list.  Subscribing can be
-done at http://mail.gnome.org/mailman/listinfo/gtkmm-list.  
-
-Bugs may be reported using GNOME's Bugzilla tool at http://bugzilla.gnome.org/
-(select the gnomemm component of the bindings classification and then report
-the bug under the gstreamermm component).
+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 provide along with many of the base plug-ins.
+
+svn:
+  svn.gnome.org/gnomemm/gstreamermm/trunk/
+  http://svn.gnome.org/viewvc/gnomemm/gstreamermm/trunk/
+  (It's in jhbuild)
+download:
+  http://ftp.gnome.org/pub/GNOME/sources/gstreamermm/
+submit bugs: 
+  http://bugzilla.gnome.org/enter_bug.cgi?product=gnomemm&component=gstreamermm
+view bugs:
+  http://bugzilla.gnome.org/buglist.cgi?query=component%3Agstreamermm+product%3Agnomemm+
+
+
+Installation
+============
+
+See the 'INSTALL' file.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]