diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-15 15:58:14 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-15 15:58:14 +0000 |
commit | 12d09ef327c8c1cd229512a6064bd0ba7a9694b6 (patch) | |
tree | 01f74f25f76e0adbe2c1c961a53aa8602573366e | |
parent | eac54687f5e11c74291fb3a0243d2bf7ff96edfb (diff) |
ext/ogg/gstoggdemux.c: Granpos can apparently be -1, which screws up calculations...
Original commit message from CVS:
* ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
Granpos can apparently be -1, which screws up calculations...
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate): + Granpos can apparently be -1, which screws up calculations... + 2005-02-16 Jan Schmidt <thaytan@mad.scientist.com> * sys/ximage/ximagesink.c: (gst_ximagesink_chain), |