mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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
e5f82e4cb9
commit
e353859291
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#define TCP_DEFAULT_PORT 4953
|
||||
|
||||
/* elementfactory information */
|
||||
GstElementDetails gst_tcpsrc_details = GST_ELEMENT_DETAILS (
|
||||
static GstElementDetails gst_tcpsrc_details = GST_ELEMENT_DETAILS (
|
||||
"TCP packet receiver",
|
||||
"Source/Network",
|
||||
"Receive data over the network via TCP",
|
||||
|
|
Loading…
Reference in a new issue