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 630255 - [examples] camerabin example still uses old GstXOverlay interface
[examples] camerabin example still uses old GstXOverlay interface
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: High critical
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-21 12:29 UTC by Sebastian Dröge (slomo)
Modified: 2010-09-21 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2010-09-21 12:29:23 UTC
should be updated to the new set_window_handle() stuff
Comment 1 Thiago Sousa Santos 2010-09-21 14:02:41 UTC
commit 657e80b1082590858dc0a900b32f1c653fffbdce
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Tue Sep 21 10:59:42 2010 -0300

    camerabin: examples: do not use deprecated GstXOverlay functions
    
    Replace the deprecated gst_x_overlay_set_xwindow_id with
    gst_x_overlay_set_window_handle
    
    Fixes #630255