summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gst/udp/gstudpsink.c2
-rw-r--r--gst/udp/gstudpsrc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/udp/gstudpsink.c b/gst/udp/gstudpsink.c
index 1b1f3b49..4991bd0e 100644
--- a/gst/udp/gstudpsink.c
+++ b/gst/udp/gstudpsink.c
@@ -28,7 +28,7 @@ GstElementDetails gst_udpsink_details = {
"UDP packet sender",
"Sink/Network",
"LGPL",
- "",
+ "Send data over the network via UDP",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
"(C) 2001",
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 5020e105..39541f70 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -27,7 +27,7 @@ GstElementDetails gst_udpsrc_details = {
"UDP packet receiver",
"Source/Network",
"LGPL",
- "",
+ "Receive data over the network via UDP",
VERSION,
"Wim Taymans <wim.taymans@chello.be>",
"(C) 2001",