mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
playbin: don't escape percent sign in documentation code sample
This commit is contained in:
parent
ccd4472e2a
commit
b636fe29f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
* }
|
||||
* ...
|
||||
|
|
Loading…
Reference in a new issue