[gstreamermm] arked basetransform.hg TODO's completed.



commit d7d25123ffd2b69438479584c013977789a9223b
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Tue May 12 17:27:07 2009 -0400

    arked basetransform.hg TODO's completed.
---
 ChangeLog                      |    4 ++++
 gstreamer/src/basetransform.hg |   11 +++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2359922..93444ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-05-12  José Alburquerque  <jaalburqu svn gnome org>
 
+	* gstreamer/src/basetransform.hg: Marked TODO's completed.
+
+2009-05-12  José Alburquerque  <jaalburqu svn gnome org>
+
 	* gstreamer/src/ringbuffer.ccg: Included the caps field when copying
 	to/from GstRingBufferSpec.
 	* gstreamer/src/ringbuffer.hg: Added _IGNORE's.
diff --git a/gstreamer/src/basetransform.hg b/gstreamer/src/basetransform.hg
index 38b4282..c242bf8 100644
--- a/gstreamer/src/basetransform.hg
+++ b/gstreamer/src/basetransform.hg
@@ -53,11 +53,9 @@ const Glib::ustring BASE_TRANSFORM_SRC_NAME = GST_BASE_TRANSFORM_SRC_NAME;
  *           inspect it, in which case the element should have a
  *           transform_ip_vfunc() function. If there is no transform_ip_vfunc()
  *           function in passthrough mode, the buffer is pushed intact.
- *           - TODO: Investigate the following and fix for C++ (file bug if
- *           necessary): On the GstBaseTransformClass is the
- *           passthrough_on_same_caps variable which will automatically
- *           set/unset passthrough based on whether the element negotiates the
- *           same caps on both pads.
+ *           - On the GstBaseTransformClass is the passthrough_on_same_caps
+ *           variable which will automatically set/unset passthrough based on
+ *           whether the element negotiates the same caps on both pads.
  *           - passthrough_on_same_caps on an element that doesn't implement a
  *           transform_caps_vfunc() function is useful for elements that only
  *           inspect data (such as level).
@@ -224,9 +222,6 @@ public:
    */
   _WRAP_VFUNC(FlowReturn transform_ip(const Glib::RefPtr<Gst::Buffer>& buf), "transform_ip")
 
-  //TODO: Should "passthrough_on_same_caps" variable in GstBaseTransformClass
-  //be wrapped?
-
 #ifdef GLIBMM_VFUNCS_ENABLED
   /** Optional. Subclasses can override this to do their own allocation of
    * output buffers. Elements that only do analysis can return a subbuffer or



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