mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
viddec: Call gst_video_decoder_negotiate()
This commit is contained in:
parent
4e784f0d0e
commit
c77db02d6e
1 changed files with 2 additions and 0 deletions
|
@ -847,6 +847,8 @@ gst_ffmpegviddec_negotiate (GstFFMpegVidDec * ffmpegdec, gboolean force)
|
||||||
/* calculate and update par now */
|
/* calculate and update par now */
|
||||||
gst_ffmpegviddec_update_par (ffmpegdec, in_info, out_info);
|
gst_ffmpegviddec_update_par (ffmpegdec, in_info, out_info);
|
||||||
|
|
||||||
|
gst_video_decoder_negotiate (GST_VIDEO_DECODER (ffmpegdec));
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
|
|
Loading…
Reference in a new issue