summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-31 15:53:40 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-03-31 15:53:40 +0000
commit24772c3737903fb26061605c5873cd83f18797d2 (patch)
tree187e35198447741c82a27b943417ef23fcd15f25 /ChangeLog
parente45be2483a09d93449991b59185fc57335319920 (diff)
downloadgst-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fb584f6..86ea6535 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.