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 659061 - camerabin2: replace deprecated g_atomic_int_exchange_and_add
camerabin2: replace deprecated g_atomic_int_exchange_and_add
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-14 14:23 UTC by Vincent Penquerc'h
Modified: 2011-09-16 04:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
camerabin2: replace deprecated g_atomic_int_exchange_and_add (1.42 KB, patch)
2011-09-14 14:23 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-09-14 14:23:47 UTC
It was replaced by g_atomic_int_add, which now returns the
old value.
Comment 1 Vincent Penquerc'h 2011-09-14 14:23:49 UTC
Created attachment 196498 [details] [review]
camerabin2: replace deprecated g_atomic_int_exchange_and_add
Comment 2 Thiago Sousa Santos 2011-09-16 04:17:35 UTC
commit 25c3ce9a7aeb80f500b8c6070c9ee2a1290ac0a9
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Wed Sep 14 15:20:09 2011 +0100

    camerabin2: replace deprecated g_atomic_int_exchange_and_add
    
    It was replaced by g_atomic_int_add, which now returns the
    old value.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=659061