diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-16 11:06:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-16 11:06:07 +0000 |
commit | f22d0bce47644c55797aaa5ad23799b066929176 (patch) | |
tree | 5f24dcc396e70df798b558eabf84b5f109ba3c37 /gst/gstmessage.h | |
parent | 74546e0323e7621dfaf5b556549bc9b7bc0c623d (diff) |
gst/base/gstbasesrc.c: some debug changes
Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
some debug changes
* gst/gstmessage.h:
typo fixes
Diffstat (limited to 'gst/gstmessage.h')
-rw-r--r-- | gst/gstmessage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gstmessage.h b/gst/gstmessage.h index b0e5e99ef..6603f0c0d 100644 --- a/gst/gstmessage.h +++ b/gst/gstmessage.h @@ -187,7 +187,7 @@ GQuark gst_message_type_to_quark (GstMessageType type); * gst_message_ref: * @msg: the message to ref * - * Convinience macro to increase the reference count of the message. Returns the + * Convenience macro to increase the reference count of the message. Returns the * reffed message. */ #define gst_message_ref(msg) GST_MESSAGE (gst_mini_object_ref (GST_MINI_OBJECT (msg))) @@ -195,7 +195,7 @@ GQuark gst_message_type_to_quark (GstMessageType type); * gst_message_unref: * @msg: the message to unref * - * Convinience macro to decrease the reference count of the message, possibly freeing + * Convenience macro to decrease the reference count of the message, possibly freeing * the it. */ #define gst_message_unref(msg) gst_mini_object_unref (GST_MINI_OBJECT (msg)) |