diff options
Diffstat (limited to 'ext/neon')
-rw-r--r-- | ext/neon/gstneonhttpsrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index 9b05d299..7cc11383 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -31,9 +31,9 @@ GST_DEBUG_CATEGORY (neonhttpsrc_debug); static GstElementDetails gst_neonhttp_src_details = -GST_ELEMENT_DETAILS ("NEON HTTP Client source", +GST_ELEMENT_DETAILS ("HTTP client source", "Source/Network", - "Receive data as a client over the network via HTTP", + "Receive data as a client over the network via HTTP using NEON", "Edgard Lima <edgard.lima@indt.org.br>"); static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src", |