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/udp/gstudpsink.c

index e3bdcb2..4e3a48d 100644 (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",