mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
forgot to make the element details static in here
Original commit message from CVS: forgot to make the element details static in here
This commit is contained in:
parent
309bd248b1
commit
0c394ebe6c
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue