diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-22 13:09:12 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-22 13:09:12 +0000 |
commit | 22fcd2185e1e369fdd157ace64479127f2863be7 (patch) | |
tree | 84df7e772678667bec100d657339146003a96ad9 | |
parent | cb72b0e33e6d530582aa4e079860ff91d2d13903 (diff) |
ext/ogg/gstoggdemux.c: We love it if files that start at zero work too...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
We love it if files that start at zero work too...
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): + We love it if files that start at zero work too... + +2004-10-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate): Handle files with missing EOS headers. |