summaryrefslogtreecommitdiff
path: root/ext/daala
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-05 11:45:36 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-05 11:50:17 +0100
commit23735c703d2d8c7cf5259d04539d320f41b9ceb7 (patch)
tree6c207afd8d24b95824bcd491307bfbe6038de589 /ext/daala
parenta167173063ce7407d9a46196d90b512bfff1f5fe (diff)
downloadgstreamer-plugins-bad-23735c703d2d8c7cf5259d04539d320f41b9ceb7.tar.gz
daaladec: Use new gst_video_decoder_set_needs_format() API
Diffstat (limited to 'ext/daala')
-rw-r--r--ext/daala/gstdaaladec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/daala/gstdaaladec.c b/ext/daala/gstdaaladec.c
index 22327a2c1..ceb8a5557 100644
--- a/ext/daala/gstdaaladec.c
+++ b/ext/daala/gstdaaladec.c
@@ -132,6 +132,7 @@ gst_daala_dec_init (GstDaalaDec * dec)
/* input is packetized,
* 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_needs_format (GST_VIDEO_DECODER (dec), TRUE);
}
static void