mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
multiudpsink: typo fix (bytes send -> bytes sent)
This commit is contained in:
parent
8b2ca70124
commit
dc54c83fd3
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ gst_multiudpsink_class_init (GstMultiUDPSinkClass * klass)
|
|||
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_BYTES_SERVED,
|
||||
g_param_spec_uint64 ("bytes-served", "Bytes served",
|
||||
"Total number of bytes send to all clients", 0, G_MAXUINT64, 0,
|
||||
"Total number of bytes sent to all clients", 0, G_MAXUINT64, 0,
|
||||
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
|
||||
g_object_class_install_property (gobject_class, PROP_SOCKFD,
|
||||
g_param_spec_int ("sockfd", "Socket Handle",
|
||||
|
|
Loading…
Reference in a new issue