TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Atomically modifies a pointer to point to a new mini-object. The reference count of olddata is decreased and the reference count of newdata is increased.
olddata
newdata
Either newdata and the value pointed to by olddata may be null.
null
Optional
pointer to a pointer to a mini-object to be replaced
pointer to new mini-object
true if newdata was different from olddata
true
Atomically modifies a pointer to point to a new mini-object. The reference count of
olddatais decreased and the reference count ofnewdatais increased.Either
newdataand the value pointed to byolddatamay benull.