mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
net: fix some argument names in documentation
This commit is contained in:
parent
9b3d8523d2
commit
cf304d2748
1 changed files with 4 additions and 4 deletions
|
@ -110,8 +110,8 @@ gst_net_time_packet_serialize (const GstNetTimePacket * packet)
|
|||
/**
|
||||
* gst_net_time_packet_receive:
|
||||
* @socket: socket to receive the time packet on
|
||||
* @src_addr: (out): address of variable to return sender address
|
||||
* @err: return address for a #GError, or NULL
|
||||
* @src_address: (out): address of variable to return sender address
|
||||
* @error: return address for a #GError, or NULL
|
||||
*
|
||||
* Receives a #GstNetTimePacket over a socket. Handles interrupted system
|
||||
* calls, but otherwise returns NULL on error.
|
||||
|
@ -169,8 +169,8 @@ short_packet:
|
|||
* gst_net_time_packet_send:
|
||||
* @packet: the #GstNetTimePacket to send
|
||||
* @socket: socket to send the time packet on
|
||||
* @dest_addr: address to send the time packet to
|
||||
* @err: return address for a #GError, or NULL
|
||||
* @dest_address: address to send the time packet to
|
||||
* @error: return address for a #GError, or NULL
|
||||
*
|
||||
* Sends a #GstNetTimePacket over a socket.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue