From b3629a7e1feb73f8c1b1fbeee5dac38c93c5fec2 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Thu, 7 Oct 2010 18:53:35 +0100 Subject: multifdsink: gdp protocol is deprecated. People should use gdppay instead. --- gst/tcp/gstmultifdsink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/tcp/gstmultifdsink.c b/gst/tcp/gstmultifdsink.c index e36182cb5..dcc1879b1 100644 --- a/gst/tcp/gstmultifdsink.c +++ b/gst/tcp/gstmultifdsink.c @@ -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)); -- cgit v1.2.3