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:
ccd4472
)
playbin: don't escape percent sign in documentation code sample
author
Ramiro Polla
<ramiro.polla@collabora.co.uk>
Fri, 13 Mar 2015 18:23:46 +0000
(18:23 +0000)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sat, 14 Mar 2015 14:20:17 +0000
(14:20 +0000)
gst/playback/gstplaybin2.c
patch
|
blob
|
history
diff --git
a/gst/playback/gstplaybin2.c
b/gst/playback/gstplaybin2.c
index
af8c269
..
fc38b0c
100644
(file)
--- a/
gst/playback/gstplaybin2.c
+++ b/
gst/playback/gstplaybin2.c
@@
-155,7
+155,7
@@
* case GST_MESSAGE_BUFFERING: {
* gint percent = 0;
* gst_message_parse_buffering (msg, &percent);
- * g_print ("Buffering (%
%
u percent done)", percent);
+ * g_print ("Buffering (%u percent done)", percent);
* break;
* }
* ...