[aravis] viewer: change frame_retention short option to 'm', for consistency with arvcameratest.



commit 256ab97315288b2feed438c73366798ac6bfdf3d
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri Apr 15 08:49:59 2011 +0200

    viewer: change frame_retention short option to 'm', for consistency with arvcameratest.

 viewer/arvviewer.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/viewer/arvviewer.c b/viewer/arvviewer.c
index a59af21..5458ff7 100644
--- a/viewer/arvviewer.c
+++ b/viewer/arvviewer.c
@@ -552,10 +552,6 @@ arv_viewer_new (void)
 static const GOptionEntry arv_viewer_option_entries[] =
 {
 	{
-		"debug", 				'd', 0, G_OPTION_ARG_STRING,
-		&arv_viewer_option_debug_domains, 	"Debug domains", NULL
-	},
-	{
 		"auto-buffer-size",			'a', 0, G_OPTION_ARG_NONE,
 		&arv_viewer_option_auto_socket_buffer,	"Auto socket buffer size", NULL
 	},
@@ -568,9 +564,13 @@ static const GOptionEntry arv_viewer_option_entries[] =
 		&arv_viewer_option_packet_timeout, 	"Packet timeout (ms)", NULL
 	},
 	{
-		"frame-retention", 			'f', 0, G_OPTION_ARG_INT,
+		"frame-retention", 			'm', 0, G_OPTION_ARG_INT,
 		&arv_viewer_option_frame_retention, 	"Frame retention (ms)", NULL
 	},
+	{
+		"debug", 				'd', 0, G_OPTION_ARG_STRING,
+		&arv_viewer_option_debug_domains, 	"Debug domains", NULL
+	},
 	{ NULL }
 };
 



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