Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream are decoded correctly, bug #135407.

Original commit message from CVS:
Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream are
decoded correctly, bug #135407.
This commit is contained in:
Arwed v. Merkatz 2004-08-25 17:12:56 +00:00
parent 19561e9685
commit e160c96393

View file

@ -10,6 +10,9 @@
enable demuxing of TTA audio streams, fixes bug #148951.
* gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
enable typefinding for TTA audio files, fixes bug #148711.
* ext/xvid/gstxviddec.c: (gst_xviddec_chain),
set XVID_LOWDELAY flag for decoding so xvid always returns an image,
fixes playback of packed bitstream and xvid with bframes, bug #135407.
2004-08-24 Sebastien Cote <sc5@hermes.usherb.ca>