mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
udp: improve element descriptions for dynudpsink and multiudpsink
This commit is contained in:
parent
6c1231eed3
commit
884d1af074
2 changed files with 4 additions and 2 deletions
|
@ -135,7 +135,8 @@ gst_dynudpsink_class_init (GstDynUDPSinkClass * klass)
|
|||
|
||||
gst_element_class_set_static_metadata (gstelement_class, "UDP packet sender",
|
||||
"Sink/Network",
|
||||
"Send data over the network via UDP",
|
||||
"Send data over the network via UDP with packet destinations picked up "
|
||||
"dynamically from meta on the buffers passed",
|
||||
"Philippe Khalaf <burger@speedy.org>");
|
||||
|
||||
gstbasesink_class->render = gst_dynudpsink_render;
|
||||
|
|
|
@ -352,7 +352,8 @@ gst_multiudpsink_class_init (GstMultiUDPSinkClass * klass)
|
|||
|
||||
gst_element_class_set_static_metadata (gstelement_class, "UDP packet sender",
|
||||
"Sink/Network",
|
||||
"Send data over the network via UDP",
|
||||
"Send data over the network via UDP to one or multiple recipients "
|
||||
"which can be added or removed at runtime using action signals",
|
||||
"Wim Taymans <wim.taymans@gmail.com>");
|
||||
|
||||
gstbasesink_class->render = gst_multiudpsink_render;
|
||||
|
|
Loading…
Reference in a new issue