[gstreamermm] Correct some typos.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] Correct some typos.
- Date: Tue, 25 May 2010 22:52:07 +0000 (UTC)
commit 2d5bb5f5f7a4ffdbeee358f6ccc6c98d03a23d75
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Tue May 25 18:00:15 2010 -0400
Correct some typos.
* gstreamer/src/event.hg:
* gstreamer/src/message.hg:
* gstreamer/src/query.hg: Remove unnecessary '*' in docs.
* gstreamer/src/element.hg: Typo.
ChangeLog | 9 +++++++++
gstreamer/src/element.hg | 2 +-
gstreamer/src/event.hg | 2 +-
gstreamer/src/message.hg | 2 +-
gstreamer/src/query.hg | 2 +-
5 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index f62b4ba..7d6314f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-05-25 José Alburquerque <jaalburqu svn gnome org>
+
+ Correct some typos.
+
+ * gstreamer/src/event.hg:
+ * gstreamer/src/message.hg:
+ * gstreamer/src/query.hg: Remove unnecessary '*' in docs.
+ * gstreamer/src/element.hg: Typo.
+
0.10.7.2:
2010-05-24 José Alburquerque <jaalburqu svn gnome org>
diff --git a/gstreamer/src/element.hg b/gstreamer/src/element.hg
index e571ed6..8bbe32a 100644
--- a/gstreamer/src/element.hg
+++ b/gstreamer/src/element.hg
@@ -152,7 +152,7 @@ public:
* when unlinking. If multiple links are possible, only one is established.
*
* Make sure you have added your elements to a bin or pipeline with
- * Gst::Bin::add() before *trying to link them.
+ * Gst::Bin::add() before trying to link them.
*
* @param dest the Gst::Element containing the destination pad.
* @return the destination element for further linking if desired.
diff --git a/gstreamer/src/event.hg b/gstreamer/src/event.hg
index 8b2676a..b0caf02 100644
--- a/gstreamer/src/event.hg
+++ b/gstreamer/src/event.hg
@@ -122,7 +122,7 @@ class Event : public MiniObject
_CUSTOM_WRAP_NEW
public:
- /** Wrap a GstEvent* in a C++ instance, creating an instance of a derived
+ /** Wrap a GstEvent in a C++ instance, creating an instance of a derived
* Gst::Event. Gst::wrap() would just create a Gst::Event (rather than a
* derived one) because the derived Gst::Event classes do not correspond
* to GType types in the GStreamer API.
diff --git a/gstreamer/src/message.hg b/gstreamer/src/message.hg
index 00901a1..f3f1bd1 100644
--- a/gstreamer/src/message.hg
+++ b/gstreamer/src/message.hg
@@ -78,7 +78,7 @@ class Message : public Gst::MiniObject
_CUSTOM_WRAP_NEW
public:
- /** Wrap a GstMessage* in a C++ instance, creating an instance of a
+ /** Wrap a GstMessage in a C++ instance, creating an instance of a
* derived Gst::Message. Gst::wrap() would just create a Gst::Message
* (rather than a derived one) because the derived Gst::Message classes
* do not correspond to GType types in the GStreamer API.
diff --git a/gstreamer/src/query.hg b/gstreamer/src/query.hg
index 573b276..1a70f37 100644
--- a/gstreamer/src/query.hg
+++ b/gstreamer/src/query.hg
@@ -114,7 +114,7 @@ class Query : public MiniObject
_CUSTOM_WRAP_NEW
public:
- /** Wrap a GstQuery* in a C++ instance, creating an instance of a derived
+ /** Wrap a GstQuery in a C++ instance, creating an instance of a derived
* Gst::Query. Gst::wrap() would just create a Gst::Query (rather than a
* derived one) because the derived Gst::Query classes do not correspond
* to GType types in the GStreamer API.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]