It was the license disappeared out of the element details, not the category :)
authorJan Schmidt <thaytan@mad.scientist.com>
Thu, 6 Nov 2003 08:43:24 +0000 (08:43 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Thu, 6 Nov 2003 08:43:24 +0000 (08:43 +0000)
Original commit message from CVS:
It was the license disappeared out of the element details, not the category :)

gst/tcp/gsttcpsink.c

index 869653f..283dd76 100644 (file)
@@ -28,7 +28,7 @@
 /* elementfactory information */
 static GstElementDetails gst_tcpsink_details = GST_ELEMENT_DETAILS (
   "TCP packet sender",
-  "LGPL",
+  "Sink/Network",
   "Send data over the network via TCP",
   "Zeeshan Ali <zak147@yahoo.com>"
 );