[Bug 546932] [ximagesrc] allow recording of specific window only

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 20 05:11:19 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=546932
  GStreamer | gst-plugins-good | 0.10.x

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-09-20 12:11:16 UTC ---
Pushed, thanks:

commit 82927d6bddf4212fb0a2dc99dbb7cd89be941592
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Tue Sep 20 12:11:47 2011 +0100

    ximagesrc: add xid and xname properties to allow capturing a particular
window

    A particular window may be selected using the new xid (X-Window
    XID, eg a pointer) and xname (window title) properties. If both
    are specified, the XID is used in preference, falling back to
    xname if not found.

    Default (if none of xid and xname are specified, or if no such
    window is found) is to capture the root window.

    https://bugzilla.gnome.org/show_bug.cgi?id=546932

Changed the GST_WARNING in the set_property func to g_warnings, since it's a
programming error really.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list