Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
dc54c83f
Commit
dc54c83f
authored
Feb 09, 2012
by
Marc Leeman
Committed by
Sebastian Dröge
Feb 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multiudpsink: typo fix (bytes send -> bytes sent)
parent
8b2ca701
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/udp/gstmultiudpsink.c
gst/udp/gstmultiudpsink.c
+1
-1
No files found.
gst/udp/gstmultiudpsink.c
View file @
dc54c83f
...
...
@@ -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 sen
d
to all clients"
,
0
,
G_MAXUINT64
,
0
,
"Total number of bytes sen
t
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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment