summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/librfb/gstrfbsrc.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f40e051..21f36e4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-07 Gergely Nagy <algernon@bonehunter.rulez.org>
+
+ * gst/librfb/gstrfbsrc.c: (gst_rfbsrc_get_type): Changed short
+ and long description to something meaningful.
+
2005-05-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/volenv/gstvolenv.c: (gst_volenv_set_property):
diff --git a/gst/librfb/gstrfbsrc.c b/gst/librfb/gstrfbsrc.c
index 80ea761a..467f1ca6 100644
--- a/gst/librfb/gstrfbsrc.c
+++ b/gst/librfb/gstrfbsrc.c
@@ -77,9 +77,9 @@ gst_rfbsrc_get_type (void)
static GstElementDetails rfbsrc_details =
- GST_ELEMENT_DETAILS ("Video test source",
+ GST_ELEMENT_DETAILS ("RFB (VNC) source",
"Source/Video",
- "Creates a test video stream",
+ "Connects to a VNC server and decodes RFB stream",
"David A. Schleef <ds@schleef.org>");
/* GstRfbsrc signals and args */