since the encoded output is changing based on version it does not make sense to check the output bitstream with a fixed bytearray since the version in the target might vary. So sticking to checking the number of output buffers and encoded frame size similar to the other tests Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7141>