[aravis] Comment cleanup.



commit a34045f9fcedfe5a6c98dcaf41f12150fb1dfad3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri May 7 17:12:27 2010 +0200

    Comment cleanup.

 gst/gstaravis.c   |    4 ++--
 tools/gvcp.README |    2 +-
 tools/gvcp.lua    |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gst/gstaravis.c b/gst/gstaravis.c
index fcdb741..131cc70 100644
--- a/gst/gstaravis.c
+++ b/gst/gstaravis.c
@@ -23,7 +23,7 @@
 /**
  * SECTION:element-aravissrc
  *
- * Source using the Aravis vision library (GigE Vision cameras)
+ * Source using the Aravis vision library
  * 
  * <refsect2>
  * <title>Example launch line</title>
@@ -45,7 +45,7 @@ GST_DEBUG_CATEGORY_STATIC (aravis_debug);
 static GstElementDetails aravis_details =
 GST_ELEMENT_DETAILS ("Aravis Video Source",
 		     "Source/Video",
-		     "Aravis based source, supports GigE Vision cameras",
+		     "Aravis based source",
 		     "Emmanuel Pacaud <emmanuel gnome org>");
 
 enum
diff --git a/tools/gvcp.README b/tools/gvcp.README
index 03ea77d..0a99aae 100644
--- a/tools/gvcp.README
+++ b/tools/gvcp.README
@@ -1,4 +1,4 @@
-gvcp.lua is a wireshark dissector for the GigeVision control protocol, written in lua.
+gvcp.lua is a wireshark dissector for the gigabit ethernet camera control protocol, written in lua.
 
 To use it, you first have to enable lua script in the wireshark configuration (assuming you have wireshark compiled with lua scripting support).
 
diff --git a/tools/gvcp.lua b/tools/gvcp.lua
index 271f2da..2c0d2b6 100644
--- a/tools/gvcp.lua
+++ b/tools/gvcp.lua
@@ -1,5 +1,5 @@
 -- dissects the Gvcp Protocol
-gvcp_proto = Proto("gvcp", "GigeVision control protocol")
+gvcp_proto = Proto("gvcp", "Gigabit ethernet camera control protocol")
 
 local f = gvcp_proto.fields
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]