summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-08-22 09:31:06 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-08-22 09:31:06 +0000
commitb39d18e609df9bfdfb7e7ecfc948dd1d0e55c154 (patch)
tree7bfbbb121a06bc9584c5b669a69b6265b2516836
parent33d3b95491b11b187b9474dcf0c7f31a5332da6e (diff)
downloadgst-plugins-bad-b39d18e609df9bfdfb7e7ecfc948dd1d0e55c154.tar.gz
gst-plugins-bad-b39d18e609df9bfdfb7e7ecfc948dd1d0e55c154.tar.bz2
gst-plugins-bad-b39d18e609df9bfdfb7e7ecfc948dd1d0e55c154.zip
ext/ogg/gstoggmux.c: Make sure we never send -1 granulepos.
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer), (gst_ogg_mux_send_headers), (gst_ogg_mux_loop): Make sure we never send -1 granulepos.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8524f04..b80d310d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-22 Wim Taymans <wim@fluendo.com>
+
+ * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
+ (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
+ Make sure we never send -1 granulepos.
+
2004-08-20 Wim Taymans <wim@fluendo.com>
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),