[gstreamermm] Added a comment to a TODO.



commit 40c1a476665c413f9c3fa613a62bc019b80c4cc5
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Mon Aug 3 20:31:27 2009 -0400

    Added a comment to a TODO.

 ChangeLog                |    4 ++++
 gstreamer/src/taglist.hg |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 198cbee..415f1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-08-03  José Alburquerque  <jaalburqu svn gnome org>
 
+	* gstreamer/src/taglist.hg: Added a comment to a TODO.
+
+2009-08-03  José Alburquerque  <jaalburqu svn gnome org>
+
 	Wrapped some unwrapped new functions in the C API.
 
 	* gstreamer/src/element.hg:
diff --git a/gstreamer/src/taglist.hg b/gstreamer/src/taglist.hg
index f7b8ddb..22767d6 100644
--- a/gstreamer/src/taglist.hg
+++ b/gstreamer/src/taglist.hg
@@ -355,7 +355,12 @@ public:
 
   _IGNORE(gst_tag_list_add_value)
 
-  //TODO: Doesn't this conflict with the template?
+  //TODO: Doesn't this conflict with the template? murrayc.
+  //
+  //It doesn't seem so.  The taglist test (test-taglist) uses it when adding a
+  //title and an artist tag (lines 35, 36).  The test wont compile without it
+  //and declaring the template before this doesn't seem to make the compiler
+  //select the template over this method. I could be wrong. Jose.
   /** Sets the value for the given tag to string @a data using the specified
    * mode.
    *



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