After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 445905 - ximagesrc disregards display_name property
ximagesrc disregards display_name property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-10 01:19 UTC by daniel fischer
Modified: 2007-06-11 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
actually use the display_name property (842 bytes, patch)
2007-06-10 01:20 UTC, daniel fischer
committed Details | Review

Description daniel fischer 2007-06-10 01:19:47 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!
Comment 1 daniel fischer 2007-06-10 01:20:57 UTC
Created attachment 89672 [details] [review]
actually use the display_name property
Comment 2 Wim Taymans 2007-06-11 11:41:48 UTC
        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.