diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-02 22:53:56 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-02 22:53:56 +0000 |
commit | 0c394ebe6c39fc18aad89396532fa5865610c2d7 (patch) | |
tree | 62614f858317a65ca12becb550903f9922738c30 | |
parent | 309bd248b1e332861d4f64bc8091f4c222e6e681 (diff) |
forgot to make the element details static in here
Original commit message from CVS:
forgot to make the element details static in here
-rw-r--r-- | gst/udp/gstudpsink.c | 2 |
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", |