summaryrefslogtreecommitdiffstats
path: root/gst/udp
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-02 22:53:56 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-02 22:53:56 +0000
commit0c394ebe6c39fc18aad89396532fa5865610c2d7 (patch)
tree62614f858317a65ca12becb550903f9922738c30 /gst/udp
parent309bd248b1e332861d4f64bc8091f4c222e6e681 (diff)
forgot to make the element details static in here
Original commit message from CVS: forgot to make the element details static in here
Diffstat (limited to 'gst/udp')
-rw-r--r--gst/udp/gstudpsink.c2
1 files changed, 1 insertions, 1 deletions
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",