diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-08-22 09:31:06 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-08-22 09:31:06 +0000 |
commit | 129b92f0208bdddb721e398512ce2b0d41f856bc (patch) | |
tree | 55df7ab2b014dd5a379c7d164d537473ce91e368 | |
parent | 19f668f5be82875cba5da4c613af813b41b94612 (diff) |
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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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), |