diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-31 15:53:40 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-03-31 15:53:40 +0000 |
commit | 24772c3737903fb26061605c5873cd83f18797d2 (patch) | |
tree | 187e35198447741c82a27b943417ef23fcd15f25 /ChangeLog | |
parent | e45be2483a09d93449991b59185fc57335319920 (diff) | |
download | gst-plugins-bad-24772c3737903fb26061605c5873cd83f18797d2.tar.gz gst-plugins-bad-24772c3737903fb26061605c5873cd83f18797d2.tar.bz2 gst-plugins-bad-24772c3737903fb26061605c5873cd83f18797d2.zip |
ext/: Try to fix seeking problems in OGM files, especially those containing non-continuous data streams (a.o. #171777).
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_sync),
(gst_ogg_pad_push):
* ext/ogg/gstogmparse.c: (gst_ogm_parse_init),
(gst_ogm_parse_kick_event), (gst_ogm_parse_chain):
* ext/pango/gsttextoverlay.c: (gst_textoverlay_event),
(gst_textoverlay_loop):
Try to fix seeking problems in OGM files, especially those
containing non-continuous data streams (a.o. #171777).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2005-03-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_sync), + (gst_ogg_pad_push): + * ext/ogg/gstogmparse.c: (gst_ogm_parse_init), + (gst_ogm_parse_kick_event), (gst_ogm_parse_chain): + * ext/pango/gsttextoverlay.c: (gst_textoverlay_event), + (gst_textoverlay_loop): + Try to fix seeking problems in OGM files, especially those + containing non-continuous data streams (a.o. #171777). + +2005-03-31 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/videotestsrc/videotestsrc.c: (oil_splat_u8): Fix oilless compile. |