forgot to make the element details static in here

Original commit message from CVS:
forgot to make the element details static in here
This commit is contained in:
Benjamin Otte 2003-11-02 22:53:56 +00:00
parent e5f82e4cb9
commit e353859291

View 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",