[gstreamermm: 1/2] Tiny comment additions.



commit 4a38b1c87e6976e2a3a8b5b659e022185bce82bf
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jul 30 21:32:06 2009 +0200

    Tiny comment additions.
    
    * README: Remove the commas from the list of debian modules to make it
    easier to just paste them into an apt-get install line.
    * gstreamer/src/element.hg: Added comments about why we don't wrap the
    get/set_name/parent() macros.

 ChangeLog                |    9 +++++++++
 README                   |    3 +--
 gstreamer/src/element.hg |    5 +++++
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2001350..42bbe0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-07-30  Murray Cumming  <murrayc murrayc com>
+
+	Tiny comment additions.
+
+	* README: Remove the commas from the list of debian modules to make it 
+	easier to just paste them into an apt-get install line.
+	* gstreamer/src/element.hg: Added comments about why we don't wrap the 
+	get/set_name/parent() macros.
+
 2009-07-30  José Alburquerque  <jaalburqu svn gnome org>
 
 	* gstreamer/src/bin.ccg:
diff --git a/README b/README
index b9c00d6..ed913fe 100644
--- a/README
+++ b/README
@@ -31,8 +31,7 @@ be available. If you also built gstreamer and gst-plugins-good from source then
 you must have the correct libraries installed when building them.
 
 For instance on debian/Ubuntu, apt-get install:
-libvorbis-dev, libtheora-dev, libasound-dev, libxv-dev, libvisual-0.4-dev,
-libcdparanoia-dev.
+libvorbis-dev libtheora-dev libasound-dev libxv-dev libvisual-0.4-dev libcdparanoia-dev
 
 You will also need to use --enable-experimental when building gst-plugins-base,
 to build the giosink plug-in.
diff --git a/gstreamer/src/element.hg b/gstreamer/src/element.hg
index 873c017..d249904 100644
--- a/gstreamer/src/element.hg
+++ b/gstreamer/src/element.hg
@@ -231,6 +231,11 @@ public:
   _WRAP_METHOD(Glib::RefPtr<const Gst::ElementFactory> get_factory() const, gst_element_get_factory, refreturn, constversion)
 
   _WRAP_METHOD(bool is_indexable() const, gst_element_is_indexable)
+
+  // We don't wrap the gst_element_get_name(), gst_element_set_name(), 
+  // gst_element_get_parent(), and gst_element_set_parent() macros because they 
+  // just calls the base (GstObject) class's functions anyway.
+
   _WRAP_METHOD(bool requires_clock() const, gst_element_requires_clock)
   _WRAP_METHOD(bool set_clock(const Glib::RefPtr<Gst::Clock>& clock), gst_element_set_clock)
   _WRAP_METHOD(Glib::RefPtr<Gst::Clock> get_clock(), gst_element_get_clock)



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