summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2010-10-07 18:53:35 +0100
committerZaheer Abbas Merali <zaheerabbas@merali.org>2010-10-07 18:55:34 +0100
commitb3629a7e1feb73f8c1b1fbeee5dac38c93c5fec2 (patch)
treed0b6314a2ececa298a01b282994f8064b9d5a769
parent0f76545eeec7dfbf86466a171b40a6d137bd9538 (diff)
multifdsink: gdp protocol is deprecated. People should use gdppay instead.
-rw-r--r--gst/tcp/gstmultifdsink.c3
1 files changed, 2 insertions, 1 deletions
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));