From 0c394ebe6c39fc18aad89396532fa5865610c2d7 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 2 Nov 2003 22:53:56 +0000 Subject: forgot to make the element details static in here Original commit message from CVS: forgot to make the element details static in here --- gst/udp/gstudpsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/udp/gstudpsink.c') diff --git a/gst/udp/gstudpsink.c b/gst/udp/gstudpsink.c index e3bdcb22..4e3a48d8 100644 --- a/gst/udp/gstudpsink.c +++ b/gst/udp/gstudpsink.c @@ -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", -- cgit