[gstreamermm] Added a comment to a TODO.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gstreamermm] Added a comment to a TODO.
- Date: Fri, 20 Nov 2009 05:32:37 +0000 (UTC)
commit 2b0fe87f2261105956cf6be64843ba7d48b24ca9
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Thu Nov 19 19:18:48 2009 -0500
Added a comment to a TODO.
ChangeLog | 8 ++++++++
gstreamer/src/bin.hg | 1 +
2 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0e002e3..8ccc2f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-19 José Alburquerque <jaalburqu svn gnome org>
+
+ Added a comment to a TODO.
+
+ * gstreamer/src/bin.hg (do_latency): Explained that the signal is
+ documented in the C API as publicly usable which implies that the
+ signal can also be exposed (wrapped) in the C++ API.
+
2009-10-26 José Alburquerque <jaalburqu svn gnome org>
TagList: Distinguish wrap method by name rather than by parameter.
diff --git a/gstreamer/src/bin.hg b/gstreamer/src/bin.hg
index 81679d6..5ba2f59 100644
--- a/gstreamer/src/bin.hg
+++ b/gstreamer/src/bin.hg
@@ -244,6 +244,7 @@ public:
_WRAP_SIGNAL(void element_removed(const Glib::RefPtr<Gst::Element>& element), "element-removed")
//TODO: The default signal handler is marked as private in the C header. Is that intendend?
+ //The docs suggest that the signal can be used, so apparently it is for public use. It looks like a typo.
_WRAP_SIGNAL(bool do_latency(), "do-latency")
_WRAP_PROPERTY("async-handling", bool)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]