Commit 9ab38049 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

mf/tests: Increase h264data.bin video length.

parent 69b98b2b
...@@ -55,7 +55,7 @@ mp3encdata.bin RCDATA mp3encdata.bin ...@@ -55,7 +55,7 @@ mp3encdata.bin RCDATA mp3encdata.bin
mp3decdata.bin RCDATA mp3decdata.bin mp3decdata.bin RCDATA mp3decdata.bin
/* Generated with: /* Generated with:
* gst-launch-1.0 videotestsrc num-buffers=60 pattern=smpte100 ! \ * gst-launch-1.0 videotestsrc num-buffers=120 pattern=smpte100 ! \
* video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \ * video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \
* videoflip method=clockwise ! videoconvert ! \ * videoflip method=clockwise ! videoconvert ! \
* x264enc ! filesink location=dlls/mf/tests/h264data.bin * x264enc ! filesink location=dlls/mf/tests/h264data.bin
......
...@@ -3845,7 +3845,7 @@ static void test_h264_decoder(void) ...@@ -3845,7 +3845,7 @@ static void test_h264_decoder(void)
todo_wine todo_wine
ok(i == 2, "got %lu iterations\n", i); ok(i == 2, "got %lu iterations\n", i);
todo_wine todo_wine
ok(h264_encoded_data_len == 1180, "got h264_encoded_data_len %lu\n", h264_encoded_data_len); ok(h264_encoded_data_len == 2425, "got h264_encoded_data_len %lu\n", h264_encoded_data_len);
ok(hr == MF_E_TRANSFORM_STREAM_CHANGE, "ProcessOutput returned %#lx\n", hr); ok(hr == MF_E_TRANSFORM_STREAM_CHANGE, "ProcessOutput returned %#lx\n", hr);
ok(output_status == MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE, "got output[0].dwStatus %#lx\n", output_status); ok(output_status == MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE, "got output[0].dwStatus %#lx\n", output_status);
hr = IMFSample_GetTotalLength(output_sample, &length); hr = IMFSample_GetTotalLength(output_sample, &length);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment