Index: media/filters/source_buffer_stream.h |
diff --git a/media/filters/source_buffer_stream.h b/media/filters/source_buffer_stream.h |
index a1e84f08df18c7642ebcb1d1d59ed49a050432eb..5a5562b76fd6306d79db106bcb55f4e74997b834 100644 |
--- a/media/filters/source_buffer_stream.h |
+++ b/media/filters/source_buffer_stream.h |
@@ -270,7 +270,7 @@ class MEDIA_EXPORT SourceBufferStream { |
// Holds the audio/video configs for this stream. |current_config_index_| |
// and |append_config_index_| represent indexes into one of these vectors. |
- std::vector<AudioDecoderConfig*> audio_configs_; |
+ std::vector<AudioDecoderConfig> audio_configs_; |
std::vector<VideoDecoderConfig> video_configs_; |
// True if more data needs to be appended before the Seek() can complete, |