diff options
author | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 23:53:50 +0000 |
---|---|---|
committer | ralphl@chromium.org <ralphl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-04 23:53:50 +0000 |
commit | 90f6e2e8b787268630fcecddd7542e1bfb587ab3 (patch) | |
tree | 57799e04f1c96f90fc6a83a2ce03d66399d62bda /chrome/common | |
parent | 57f60991a561d3b3a53cf00ce2878f6b1d4bf223 (diff) | |
download | chromium_src-90f6e2e8b787268630fcecddd7542e1bfb587ab3.zip chromium_src-90f6e2e8b787268630fcecddd7542e1bfb587ab3.tar.gz chromium_src-90f6e2e8b787268630fcecddd7542e1bfb587ab3.tar.bz2 |
Changed several references from "char" to "uint8" which is the appropriate definition for byte data buffers.
This change is small, but modifies the data source interface Read() method, and the VideoSurface data structure. Mocks and
tests all have very small changes.
There are some changes in the mock_media_filters.h file that go beyond the scope of just changing char to uint8. These
changes are required for future tests, and simply fill in parts of mocks that previously were NOTIMPLEMENTED(). The MockVideoFrame
was modified to allow other tests to create a video frame directly without using the MockFilterConfiguration data structure. Also,
it is now possible to construct a mock pipeline that has no audio. The currently checked-in pipeline will NOT work if you don't
have audio. In a 2nd changelist, I will submit a new Pipeline_Impl and unit test that DOES support video without audio.
Review URL: http://codereview.chromium.org/40059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
0 files changed, 0 insertions, 0 deletions