Re: [PATCH v13 0/7] MR3938: winegstreamer: Implement CLSID_CMpegVideoCodec
16 Oct
2023
16 Oct
'23
11:46 p.m.
Zebediah Figura (@zfigura) commented about dlls/quartz/tests/mpegsplit.c:
ok(ret, "Failed to delete file, error %lu.\n", GetLastError()); }
+static void test_video_file(void) +{ + const WCHAR *filename = load_resource(L"test.mpg"); + IBaseFilter *filter = create_mpeg_splitter(); + struct testfilter testsink_video; + struct testfilter testsink_audio; + IPin *source_video = NULL; + IPin *source_audio = NULL; + IMediaControl *control; + IFilterGraph2 *graph; + IAMStreamSelect* sel; + DWORD n_streams;
"stream_count" is the usual naming convention for this kind of thing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3938#note_48911
873
Age (days ago)
873
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)