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 | f222acffd226a47bf1f1f9036598d99cf493f88c (patch) | |
tree | cfd63808a9e58c91cd78317ef9b585c118f01d01 | |
parent | 777ae17a7c2f7e55a6bafece6f968c55595950df (diff) | |
download | gst-plugins-bad-f222acffd226a47bf1f1f9036598d99cf493f88c.tar.gz gst-plugins-bad-f222acffd226a47bf1f1f9036598d99cf493f88c.tar.bz2 gst-plugins-bad-f222acffd226a47bf1f1f9036598d99cf493f88c.zip |
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), |