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
This commit is contained in:
Víctor Manuel Jáquez Leal 2014-08-18 11:45:54 +02:00 committed by Tim-Philipp Müller
parent 6e7930a10c
commit 419332e287

View file

@ -34,7 +34,7 @@
* udpsrc can read from multicast groups by setting the #GstUDPSrc:multicast-group * udpsrc can read from multicast groups by setting the #GstUDPSrc:multicast-group
* property to the IP address of the 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 * property, udpsrc will then not allocate a socket itself but use the provided
* one. * one.
* *
@ -80,10 +80,10 @@
* because it is blocked by a firewall. * because it is blocked by a firewall.
* *
* A custom file descriptor can be configured with the * A custom file descriptor can be configured with the
* #GstUDPSrc:sockfd property. The socket will be closed when setting the * #GstUDPSrc:socket property. The socket will be closed when setting
* element to READY by default. This behaviour can be * the element to READY by default. This behaviour can be overriden
* overriden with the #GstUDPSrc:closefd property, in which case the application * with the #GstUDPSrc:close-socket property, in which case the
* is responsible for closing the file descriptor. * application is responsible for closing the file descriptor.
* *
* <refsect2> * <refsect2>
* <title>Examples</title> * <title>Examples</title>