forgot to make the element details static in here
authorBenjamin Otte <otte@gnome.org>
Sun, 2 Nov 2003 22:53:56 +0000 (22:53 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 2 Nov 2003 22:53:56 +0000 (22:53 +0000)
Original commit message from CVS:
forgot to make the element details static in here

gst/tcp/gsttcpsrc.c

index fb17fe3..6fa7a2c 100644 (file)
@@ -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",