mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
docs: fix some gtk-doc warnings
Deprecated entities found in documentation for xyz:Long_description .
This commit is contained in:
parent
61e84bc435
commit
9c5d53c7e3
3 changed files with 5 additions and 5 deletions
|
@ -33,8 +33,8 @@
|
|||
* The following example writes the received data to a #GMemoryOutputStream.
|
||||
* |[
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
...
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
* The following example reads data from a #GMemoryInputStream.
|
||||
* |[
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
...
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
* switch (GST_MESSAGE_TYPE (msg)) {
|
||||
* case GST_MESSAGE_BUFFERING: {
|
||||
* gint percent = 0;
|
||||
* gst_message_parse_buffering (msg, &percent);
|
||||
* gst_message_parse_buffering (msg, &percent);
|
||||
* g_print ("Buffering (%%u percent done)", percent);
|
||||
* break;
|
||||
* }
|
||||
|
|
Loading…
Reference in a new issue