basesink: Switch enable_last_buffer to an atomic int
authorEdward Hervey <bilboed@bilboed.com>
Wed, 20 Oct 2010 11:08:08 +0000 (13:08 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 2 Dec 2010 18:04:56 +0000 (19:04 +0100)
commit606e59468dd176a5352961576d4c937751f66b58
treebc0c67fe3e6fb5e20eddcda7836a957ceec36f1b
parent0c2086a4750d077eb3b3f40cd039b33d904c966f
basesink: Switch enable_last_buffer to an atomic int

Avoids having to take a lock to read/write it.

https://bugzilla.gnome.org/show_bug.cgi?id=632778
libs/gst/base/gstbasesink.c