mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
daaladec: Use new gst_video_decoder_set_needs_format() API
This commit is contained in:
parent
a167173063
commit
23735c703d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue