doc: Fix reference to unknown type GstNetAddress

This commit is contained in:
Nicolas Dufresne 2015-06-14 11:22:54 -04:00
parent 80279df2a1
commit d0321cd054

View file

@ -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>