mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
mfcdec: Use new gst_video_decoder_set_needs_format() API
This commit is contained in:
parent
0fbe76c4b5
commit
edf89926d6
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ gst_mfc_dec_init (GstMFCDec * self)
|
|||
GstVideoDecoder *decoder = (GstVideoDecoder *) self;
|
||||
|
||||
gst_video_decoder_set_packetized (decoder, TRUE);
|
||||
gst_video_decoder_set_needs_format (decoder, TRUE);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
|
Loading…
Reference in a new issue