ext/ogg/gstoggmux.c: Make sure we never send -1 granulepos.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 22 Aug 2004 09:31:06 +0000 (09:31 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 22 Aug 2004 09:31:06 +0000 (09:31 +0000)
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.

ChangeLog

index e8524f0..b80d310 100644 (file)
--- 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),