mfcdec: Use new gst_video_decoder_set_needs_format() API
This commit is contained in:
parent
0fbe76c4b5
commit
edf89926d6
@ -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…
x
Reference in New Issue
Block a user