avviddec: Initialize std_compliance to default

This was missed in the initial patch.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3330>
This commit is contained in:
Nicolas Dufresne 2022-11-04 14:15:34 -04:00 committed by GStreamer Marge Bot
parent e1e9ee5506
commit 7b70de580c
2 changed files with 2 additions and 1 deletions

View file

@ -140852,7 +140852,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
"default": "normal (0)",
"default": "auto (2147483647)",
"mutable": "null",
"readable": true,
"type": "GstAvCodecCompliance",

View file

@ -346,6 +346,7 @@ gst_ffmpegviddec_subinit (GstFFMpegVidDec * ffmpegdec)
ffmpegdec->max_threads = DEFAULT_MAX_THREADS;
ffmpegdec->output_corrupt = DEFAULT_OUTPUT_CORRUPT;
ffmpegdec->thread_type = DEFAULT_THREAD_TYPE;
ffmpegdec->std_compliance = DEFAULT_STD_COMPLIANCE;
GST_PAD_SET_ACCEPT_TEMPLATE (GST_VIDEO_DECODER_SINK_PAD (ffmpegdec));
gst_video_decoder_set_use_default_pad_acceptcaps (GST_VIDEO_DECODER_CAST