[gstreamermm] Gst::TagList: remove todo tag



commit 90c306139c6a7d7e4e072868e3d385308d9825e0
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Sat Aug 27 15:51:08 2016 +0200

    Gst::TagList: remove todo tag
    
    Compiler always selects the most specific implementation,
    so we don't have to worry about those overrides

 gstreamer/src/taglist.hg |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gstreamer/src/taglist.hg b/gstreamer/src/taglist.hg
index 9bbc188..914192b 100644
--- a/gstreamer/src/taglist.hg
+++ b/gstreamer/src/taglist.hg
@@ -369,12 +369,6 @@ public:
 
   _IGNORE(gst_tag_list_add_value)
 
-  //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]