From 5900db993d5d1a06d9e587695f4e62cbda1ddd20 Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Fri, 7 Apr 2006 15:53:43 +0000 Subject: Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps Original commit message from CVS: 2006-04-07 Zaheer Abbas Merali * ext/amrwb/amrwb-code/Makefile.am: * sys/ximagesrc/ximagesrc.c: (gst_ximagesrc_recalc), (gst_ximagesrc_create), (gst_ximagesrc_set_property): Typo fix, s/XFree86/X11 and added doc blurb saying that it fixates to 25fps --- sys/ximage/gstximagesrc.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sys/ximage') diff --git a/sys/ximage/gstximagesrc.c b/sys/ximage/gstximagesrc.c index 5c727f16..d7374398 100644 --- a/sys/ximage/gstximagesrc.c +++ b/sys/ximage/gstximagesrc.c @@ -25,7 +25,8 @@ * This element captures your X Display and creates raw RGB video. It uses * the XDamage extension if available to only capture areas of the screen that * have changed since the last frame. It uses the XFixes extension if - * available to also capture your mouse pointer + * available to also capture your mouse pointer. By defaukt it will fixate to + * 25 frames per second.. * * Example pipelines * @@ -63,8 +64,8 @@ static GstElementDetails ximagesrc_details = GST_ELEMENT_DETAILS ("Ximage video source", "Source/Video", "Creates a screenshot video stream", - "Lutz Mueller " - "Jan Schmidt " + "Lutz Mueller , " + "Jan Schmidt , " "Zaheer Merali "); static GstStaticPadTemplate t = @@ -236,7 +237,7 @@ gst_ximagesrc_recalc (GstXImageSrc * src) if (!src->xcontext) return FALSE; - /* Mayble later we can check the display hasn't changed size */ + /* Maybe later we can check the display hasn't changed size */ /* We could use XQueryPointer to get only the current window. */ return TRUE; } @@ -831,5 +832,5 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, "ximagesrc", - "XFree86 video input plugin based on standard Xlib calls", + "X11 video input plugin based on standard Xlib calls", plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) -- cgit