mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
schrodec: We don't assume packetized input
Otherwise the parse vmethod nevers gets called
This commit is contained in:
parent
ee7afc71f8
commit
d1203ca47c
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ gst_schro_dec_init (GstSchroDec * schro_dec, GstSchroDecClass * klass)
|
||||||
gst_schro_dec_sink_query);
|
gst_schro_dec_sink_query);
|
||||||
|
|
||||||
schro_dec->decoder = schro_decoder_new ();
|
schro_dec->decoder = schro_decoder_new ();
|
||||||
|
gst_video_decoder_set_packetized (schro_dec, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define OGG_DIRAC_GRANULE_SHIFT 22
|
#define OGG_DIRAC_GRANULE_SHIFT 22
|
||||||
|
|
Loading…
Reference in a new issue