projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484a025
)
fix some typos
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 29 Jan 2009 13:00:30 +0000
(14:00 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Thu, 29 Jan 2009 13:00:30 +0000
(14:00 +0100)
Fix some typos in the doc string of the new
gst_rtsp_options_as_string() method.
gst-libs/gst/rtsp/gstrtspdefs.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/rtsp/gstrtspdefs.c
b/gst-libs/gst/rtsp/gstrtspdefs.c
index adefb4fbf91543787f745a1f0881edcf732ae937..dd20e1cb13a07c38e5e03c263df2c6f851c6ad16 100644
(file)
--- a/
gst-libs/gst/rtsp/gstrtspdefs.c
+++ b/
gst-libs/gst/rtsp/gstrtspdefs.c
@@
-400,9
+400,9
@@
gst_rtsp_find_method (const gchar * method)
* gst_rtsp_options_as_text:
* @options: one or more #GstRTSPMethod
*
- * Convert @
m
options to a string.
+ * Convert @options to a string.
*
- * Returns: a new string of @op
ions. g_free
() after usage.
+ * Returns: a new string of @op
tions. g_free
() after usage.
*
* Since: 0.10.23
*/