From d0321cd0549a7538ebea9ad967343e05e223ec5d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sun, 14 Jun 2015 11:22:54 -0400 Subject: [PATCH] doc: Fix reference to unknown type GstNetAddress --- libs/gst/net/gstnetaddressmeta.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/gst/net/gstnetaddressmeta.c b/libs/gst/net/gstnetaddressmeta.c index 2c413e272b..9c970ba331 100644 --- a/libs/gst/net/gstnetaddressmeta.c +++ b/libs/gst/net/gstnetaddressmeta.c @@ -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