mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
vpx: Use new gst_video_decoder_set_needs_format() API
This commit is contained in:
parent
dc782af133
commit
5c8163a685
2 changed files with 4 additions and 0 deletions
|
@ -205,6 +205,8 @@ gst_vp8_dec_init (GstVP8Dec * gst_vp8_dec)
|
|||
gst_vp8_dec->post_processing_flags = DEFAULT_POST_PROCESSING_FLAGS;
|
||||
gst_vp8_dec->deblocking_level = DEFAULT_DEBLOCKING_LEVEL;
|
||||
gst_vp8_dec->noise_level = DEFAULT_NOISE_LEVEL;
|
||||
|
||||
gst_video_decoder_set_needs_format (decoder, TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -205,6 +205,8 @@ gst_vp9_dec_init (GstVP9Dec * gst_vp9_dec)
|
|||
gst_vp9_dec->post_processing_flags = DEFAULT_POST_PROCESSING_FLAGS;
|
||||
gst_vp9_dec->deblocking_level = DEFAULT_DEBLOCKING_LEVEL;
|
||||
gst_vp9_dec->noise_level = DEFAULT_NOISE_LEVEL;
|
||||
|
||||
gst_video_decoder_set_needs_format (decoder, TRUE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue