projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309bd24
)
forgot to make the element details static in here
author
Benjamin Otte
<otte@gnome.org>
Sun, 2 Nov 2003 22:53:56 +0000
(22:53 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gst/udp/gstudpsink.c
b/gst/udp/gstudpsink.c
index e3bdcb22f73b0446d1cad0ed3f53586e1a2fe969..4e3a48d867ebd4c69256d24303b9f3ca25d4f7f7 100644
(file)
--- 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",