On Fri Feb 7 02:55:24 2025 +0000, Ziqing Hui wrote:
I'm agree with moving the tests to test_sink_writer_create(). How about this: Just delete test_sink_writer_mp4(), move the exsiting code to test_sink_writer_create(), rename test_sink_writer_create() to test_sink_writer_common().
Yes, but let's not use _common(), the point is not to move it somewhere, but make it more structured. _common() could mean anything. Different test functions could be used for sample processing, transforms handling, some attributes behavior etc.