mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01: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:
|
* gst_net_time_packet_receive:
|
||||||
* @socket: socket to receive the time packet on
|
* @socket: socket to receive the time packet on
|
||||||
* @src_addr: (out): address of variable to return sender address
|
* @src_address: (out): address of variable to return sender address
|
||||||
* @err: return address for a #GError, or NULL
|
* @error: return address for a #GError, or NULL
|
||||||
*
|
*
|
||||||
* Receives a #GstNetTimePacket over a socket. Handles interrupted system
|
* Receives a #GstNetTimePacket over a socket. Handles interrupted system
|
||||||
* calls, but otherwise returns NULL on error.
|
* calls, but otherwise returns NULL on error.
|
||||||
|
@ -169,8 +169,8 @@ short_packet:
|
||||||
* gst_net_time_packet_send:
|
* gst_net_time_packet_send:
|
||||||
* @packet: the #GstNetTimePacket to send
|
* @packet: the #GstNetTimePacket to send
|
||||||
* @socket: socket to send the time packet on
|
* @socket: socket to send the time packet on
|
||||||
* @dest_addr: address to send the time packet to
|
* @dest_address: address to send the time packet to
|
||||||
* @err: return address for a #GError, or NULL
|
* @error: return address for a #GError, or NULL
|
||||||
*
|
*
|
||||||
* Sends a #GstNetTimePacket over a socket.
|
* Sends a #GstNetTimePacket over a socket.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue