mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +00:00
doc: Fix reference to unknown type GstNetAddress
This commit is contained in:
parent
80279df2a1
commit
d0321cd054
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@
|
|||
* SECTION:gstnetaddressmeta
|
||||
* @short_description: Network address metadata
|
||||
*
|
||||
* #GstNetAddress can be used to store a network address. #GstNetAddressMeta can
|
||||
* be used to store a network address in a #GstBuffer so that it network
|
||||
* elements can track the to and from address of the buffer.
|
||||
* #GstNetAddressMeta can be used to store a network address (a #GSocketAddress)
|
||||
* in a #GstBuffer so that it network elements can track the to and from address
|
||||
* of the buffer.
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue