mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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: {
|
* case GST_MESSAGE_BUFFERING: {
|
||||||
* gint percent = 0;
|
* gint percent = 0;
|
||||||
* gst_message_parse_buffering (msg, &percent);
|
* gst_message_parse_buffering (msg, &percent);
|
||||||
* g_print ("Buffering (%%u percent done)", percent);
|
* g_print ("Buffering (%u percent done)", percent);
|
||||||
* break;
|
* break;
|
||||||
* }
|
* }
|
||||||
* ...
|
* ...
|
||||||
|
|
Loading…
Reference in a new issue