daaladec: Use new gst_video_decoder_set_needs_format() API
This commit is contained in:
parent
a167173063
commit
23735c703d
@ -132,6 +132,7 @@ gst_daala_dec_init (GstDaalaDec * dec)
|
|||||||
/* input is packetized,
|
/* input is packetized,
|
||||||
* but is not marked that way so data gets parsed and keyframes marked */
|
* but is not marked that way so data gets parsed and keyframes marked */
|
||||||
gst_video_decoder_set_packetized (GST_VIDEO_DECODER (dec), FALSE);
|
gst_video_decoder_set_packetized (GST_VIDEO_DECODER (dec), FALSE);
|
||||||
|
gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (dec), TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user