summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-09-15 15:37:35 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-09-15 15:37:35 +0000
commit678795eedfcb47dbf4fa1f02f827c5676c52871b (patch)
tree597e4a2d3f697eb5dcc47f0da70927e050fccee9 /ChangeLog
parent7ab41eba047db8b04e1d4f93441483308cd906c5 (diff)
downloadgst-plugins-bad-678795eedfcb47dbf4fa1f02f827c5676c52871b.tar.gz
gst-plugins-bad-678795eedfcb47dbf4fa1f02f827c5676c52871b.tar.bz2
gst-plugins-bad-678795eedfcb47dbf4fa1f02f827c5676c52871b.zip
ext/ogg/: Fix the case where the muxer would mark pages as delta frames when they are not (vorbis only ogg).
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Fix the case where the muxer would mark pages as delta frames when they are not (vorbis only ogg).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1bad937..a1018be8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-09-15 Wim Taymans <wim@fluendo.com>
+
+ * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
+ (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
+ Fix the case where the muxer would mark pages as delta
+ frames when they are not (vorbis only ogg).
+
2004-09-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* gst/playback/gstplaybasebin.c: (state_change), (setup_source),