mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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:
parent
e1e9ee5506
commit
7b70de580c
2 changed files with 2 additions and 1 deletions
|
@ -140852,7 +140852,7 @@
|
|||
"construct": false,
|
||||
"construct-only": false,
|
||||
"controllable": false,
|
||||
"default": "normal (0)",
|
||||
"default": "auto (2147483647)",
|
||||
"mutable": "null",
|
||||
"readable": true,
|
||||
"type": "GstAvCodecCompliance",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue