projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21da311
)
element: properly escape percent sign in documentation
author
Ramiro Polla
<ramiro.polla@collabora.co.uk>
Fri, 13 Mar 2015 18:22:01 +0000
(18:22 +0000)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sat, 14 Mar 2015 14:19:47 +0000
(14:19 +0000)
gst/gstelement.c
patch
|
blob
|
history
diff --git
a/gst/gstelement.c
b/gst/gstelement.c
index
ae39990
..
0a5cdb0
100644
(file)
--- a/
gst/gstelement.c
+++ b/
gst/gstelement.c
@@
-976,7
+976,7
@@
_gst_element_request_pad (GstElement * element, GstPadTemplate * templ,
*
* This method is slower than manually getting the pad template and calling
* gst_element_request_pad() if the pads should have a specific name (e.g.
- * @name is "src_1" instead of "src_%u").
+ * @name is "src_1" instead of "src_
\
%u").
*
* Returns: (transfer full) (nullable): requested #GstPad if found,
* otherwise %NULL. Release after usage.