From 419332e287f866c7dccbd4eec52e6eb4a47df86d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 18 Aug 2014 11:45:54 +0200 Subject: [PATCH] udp: fix udpsrc documentation udpsrc gtk-doc documentation refers to sockfd and closefd properties which has been removed. This patch replaces those references to socket and close-socket respectively. https://bugzilla.gnome.org/show_bug.cgi?id=734987 --- gst/udp/gstudpsrc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index b6f7c93..98cb209 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -34,7 +34,7 @@ * udpsrc can read from multicast groups by setting the #GstUDPSrc:multicast-group * property to the IP address of the multicast group. * - * Alternatively one can provide a custom socket to udpsrc with the #GstUDPSrc:sockfd + * Alternatively one can provide a custom socket to udpsrc with the #GstUDPSrc:socket * property, udpsrc will then not allocate a socket itself but use the provided * one. * @@ -80,10 +80,10 @@ * because it is blocked by a firewall. * * A custom file descriptor can be configured with the - * #GstUDPSrc:sockfd property. The socket will be closed when setting the - * element to READY by default. This behaviour can be - * overriden with the #GstUDPSrc:closefd property, in which case the application - * is responsible for closing the file descriptor. + * #GstUDPSrc:socket property. The socket will be closed when setting + * the element to READY by default. This behaviour can be overriden + * with the #GstUDPSrc:close-socket property, in which case the + * application is responsible for closing the file descriptor. * * * Examples -- 2.7.4