Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / media / base / audio_discard_helper.cc
index 06e7a31..8405d0b 100644 (file)
@@ -71,7 +71,7 @@ bool AudioDiscardHelper::ProcessBuffers(
   }
   DCHECK(initialized());
 
-  if (!decoded_buffer) {
+  if (!decoded_buffer.get()) {
     // If there's a one buffer delay for decoding, we need to save it so it can
     // be processed with the next decoder buffer.
     if (first_buffer) {