mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
multifdsink: gdp protocol is deprecated. People should use gdppay instead.
This commit is contained in:
parent
0f76545eee
commit
b3629a7e1f
1 changed files with 2 additions and 1 deletions
|
@ -381,7 +381,8 @@ gst_multi_fd_sink_class_init (GstMultiFdSinkClass * klass)
|
|||
gobject_class->finalize = gst_multi_fd_sink_finalize;
|
||||
|
||||
g_object_class_install_property (gobject_class, PROP_PROTOCOL,
|
||||
g_param_spec_enum ("protocol", "Protocol", "The protocol to wrap data in",
|
||||
g_param_spec_enum ("protocol", "Protocol", "The protocol to wrap data in"
|
||||
". GDP protocol here is deprecated. Please use gdppay element.",
|
||||
GST_TYPE_TCP_PROTOCOL, DEFAULT_PROTOCOL,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
|
|
Loading…
Reference in a new issue