vpxdec: Check that output width and height != 0
For VP8 it's possible to signal width or height to be 0, but it does not make sense to do so. For VP9 it's impossible. Hence, we most likely have a corrupt stream. Trying to negotiate caps downstream with either width or height as 0 will fail with something like
gst_video_decoder_negotiate_default: assertion 'GST_VIDEO_INFO_WIDTH (&state->info) != 0' failed
Merge request reports
Activity
assigned to @gstreamer-merge-bot
mentioned in commit slomo/gst-plugins-good@d98d5656
added 1 commit
- d98d5656 - vpxdec: Check that output width and height != 0
added 1 commit
- 9dbefb24 - vpxdec: Check that output width and height != 0
assigned to @slomo and unassigned @gstreamer-merge-bot
assigned to @gstreamer-merge-bot and unassigned @slomo
mentioned in commit slomo/gst-plugins-good@44e4de43
added 1 commit
- 44e4de43 - vpxdec: Check that output width and height != 0
changed milestone to %1.17.1