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 309bd248b1
commit 0c394ebe6c

View file

@ -28,7 +28,7 @@
#define UDP_DEFAULT_CONTROL 1
/* elementfactory information */
GstElementDetails gst_udpsink_details = GST_ELEMENT_DETAILS (
static GstElementDetails gst_udpsink_details = GST_ELEMENT_DETAILS (
"UDP packet sender",
"Sink/Network",
"Send data over the network via UDP",