[0.10] gst-plugins-good: multiudpsink: typo fix (bytes send -> bytes sent)
Tim Müller
tpm at kemper.freedesktop.org
Wed Feb 15 16:32:10 PST 2012
Module: gst-plugins-good
Branch: 0.10
Commit: c74403f21cdd465aa32aaaf69f20c453c9722f90
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=c74403f21cdd465aa32aaaf69f20c453c9722f90
Author: Marc Leeman <marc.leeman at gmail.com>
Date: Thu Feb 9 10:11:48 2012 +0100
multiudpsink: typo fix (bytes send -> bytes sent)
---
gst/udp/gstmultiudpsink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c
index 7a35aae..b65ab8c 100644
--- a/gst/udp/gstmultiudpsink.c
+++ b/gst/udp/gstmultiudpsink.c
@@ -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",
More information about the gstreamer-commits
mailing list