GNOME Bugzilla – Bug 445905
ximagesrc disregards display_name property
Last modified: 2007-06-11 11:41:48 UTC
The (otherwise) excellent and useful ximagesrc plugin disregards it's own 'display_name' property. All it needs to do is pass it on to gst_ximage_src_open_display, and suddenly we can dump any available X display. Sweet!
Created attachment 89672 [details] [review] actually use the display_name property
Patch by: daniel fischer <dan at f3c dot com> * sys/ximage/gstximagesrc.c: (gst_ximage_src_start), (gst_ximage_src_get_caps): Actually use the display_name property so that we can dump any available X display. Fixes #445905.