mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
It was the license disappeared out of the element details, not the category :)
Original commit message from CVS: It was the license disappeared out of the element details, not the category :)
This commit is contained in:
parent
2af26f165d
commit
e4484d681d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
/* elementfactory information */
|
/* elementfactory information */
|
||||||
static GstElementDetails gst_tcpsink_details = GST_ELEMENT_DETAILS (
|
static GstElementDetails gst_tcpsink_details = GST_ELEMENT_DETAILS (
|
||||||
"TCP packet sender",
|
"TCP packet sender",
|
||||||
"LGPL",
|
"Sink/Network",
|
||||||
"Send data over the network via TCP",
|
"Send data over the network via TCP",
|
||||||
"Zeeshan Ali <zak147@yahoo.com>"
|
"Zeeshan Ali <zak147@yahoo.com>"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue