From e353859291e488f349c8e09815c3c1ed7c9b641a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 2 Nov 2003 22:53:56 +0000 Subject: [PATCH] forgot to make the element details static in here Original commit message from CVS: forgot to make the element details static in here --- gst/tcp/gsttcpsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/tcp/gsttcpsrc.c b/gst/tcp/gsttcpsrc.c index fb17fe3..6fa7a2c 100644 --- a/gst/tcp/gsttcpsrc.c +++ b/gst/tcp/gsttcpsrc.c @@ -28,7 +28,7 @@ #define TCP_DEFAULT_PORT 4953 /* elementfactory information */ -GstElementDetails gst_tcpsrc_details = GST_ELEMENT_DETAILS ( +static GstElementDetails gst_tcpsrc_details = GST_ELEMENT_DETAILS ( "TCP packet receiver", "Source/Network", "Receive data over the network via TCP", -- 2.7.4