licenses again
authorAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:12:19 +0000 (18:12 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 29 Sep 2002 18:12:19 +0000 (18:12 +0000)
Original commit message from CVS:
licenses again

gst/udp/gstudpsink.c
gst/udp/gstudpsrc.c

index 1b1f3b4..4991bd0 100644 (file)
@@ -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",
index 5020e10..39541f7 100644 (file)
@@ -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",