mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
nettimepacket: add missing array annotation to gst_net_time_packet_new
This commit is contained in:
parent
fb3a31e550
commit
0c70754282
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ G_DEFINE_BOXED_TYPE (GstNetTimePacket, gst_net_time_packet,
|
|||
|
||||
/**
|
||||
* gst_net_time_packet_new:
|
||||
* @buffer: a buffer from which to construct the packet, or NULL
|
||||
* @buffer: (array): a buffer from which to construct the packet, or NULL
|
||||
*
|
||||
* Creates a new #GstNetTimePacket from a buffer received over the network. The
|
||||
* caller is responsible for ensuring that @buffer is at least
|
||||
|
|
Loading…
Reference in a new issue