Home
last modified time | relevance | path

Searched refs:gstInitialized (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp165 static bool gstInitialized = false; variable
170 if (!gstInitialized) { in doGstInit()
172 gstInitialized = gst_init_check(0, 0, &error.outPtr()); in doGstInit()
173 if (!gstInitialized) in doGstInit()
180 return gstInitialized; in doGstInit()