Nicolas Dufresne 7e875ddb2c v4l2codecs: mpeg2: Fix selected sizeimage
Due to a copy paste bug, the bitdepth was never set and that was leading
to requesting sizeimage of 0. Previously that worked since the driver
would in that case pick a size for us. But now the we bumped the minimum
to 4KB, the driver happily allocate 4KB of bitstream which lead to
decoding error.

As MPEG2 have a fixed bitdeph of 8, use a define instead of the run-time
variable.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1415>
2021-12-03 07:55:30 -05:00
..
2021-11-03 19:31:23 +00:00
2021-11-23 19:56:27 +01:00
2021-11-03 19:31:23 +00:00
2021-11-03 19:31:23 +00:00
2021-11-03 19:31:23 +00:00
2021-11-03 19:31:23 +00:00
2021-11-03 19:31:23 +00:00
2021-10-15 02:32:40 +00:00
2021-11-02 10:15:42 +01:00