diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/librfb/gstrfbsrc.c | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -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 */ |