From e4484d681d8217ea0186fdae9a724b4d2387d001 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Thu, 6 Nov 2003 08:43:24 +0000 Subject: [PATCH] It was the license disappeared out of the element details, not the category :) Original commit message from CVS: It was the license disappeared out of the element details, not the category :) --- gst/tcp/gsttcpsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/tcp/gsttcpsink.c b/gst/tcp/gsttcpsink.c index 869653f60..283dd760e 100644 --- a/gst/tcp/gsttcpsink.c +++ b/gst/tcp/gsttcpsink.c @@ -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 " ); -- 2.34.1