mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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:
parent
6e7930a10c
commit
419332e287
1 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
*
|
||||
* <refsect2>
|
||||
* <title>Examples</title>
|
||||
|
|
Loading…
Reference in a new issue