Package: gnome-media
Version: 2.12.0-4

The Multimedia Systems Selector includes as potential video sinks two
options which refer to "XWindows".  This should refer to either the "X
Window System", "X11", or "X".  I have attached a patch implementing the
first of these three options.

- Josh Triplett
diff -Naur gnome-media-2.12.0.orig/gstreamer-properties/pipeline-constants.c gnome-media-2.12.0/gstreamer-properties/pipeline-constants.c
--- gnome-media-2.12.0.orig/gstreamer-properties/pipeline-constants.c	2005-07-01 01:41:09.000000000 -0700
+++ gnome-media-2.12.0/gstreamer-properties/pipeline-constants.c	2006-05-27 14:19:59.000000000 -0700
@@ -87,9 +87,9 @@
 #endif
 	{PIPE_TYPE_VIDEOSINK, 0,"SDL - Simple DirectMedia Layer", "sdlvideosink",
 	 FALSE, TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
-	{PIPE_TYPE_VIDEOSINK, 0,"XWindows (No Xv)",
+	{PIPE_TYPE_VIDEOSINK, 0,"X Window System (No Xv)",
 	 "ximagesink", FALSE, TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
-	{PIPE_TYPE_VIDEOSINK, 0,"XWindows (X11/XShm/Xv)", "xvimagesink", FALSE,
+	{PIPE_TYPE_VIDEOSINK, 0,"X Window System (X11/XShm/Xv)", "xvimagesink", FALSE,
 	 TEST_PIPE_SUPPLIED, videosink_test_pipe, FALSE},
 	{PIPE_TYPE_VIDEOSINK, 0, N_("Custom"), NULL, TRUE, TEST_PIPE_SUPPLIED,
 	 videosink_test_pipe, TRUE}

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to