diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-15 16:25:48 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-02-15 16:25:48 +0000 |
commit | 20e78d8915eeb3e44c8fef066825f44aba685052 (patch) | |
tree | 30f33e218ea1a5266010de585164cfbe6990db2a /ChangeLog | |
parent | f222acffd226a47bf1f1f9036598d99cf493f88c (diff) | |
download | gst-plugins-bad-20e78d8915eeb3e44c8fef066825f44aba685052.tar.gz gst-plugins-bad-20e78d8915eeb3e44c8fef066825f44aba685052.tar.bz2 gst-plugins-bad-20e78d8915eeb3e44c8fef066825f44aba685052.zip |
gst/modplug/gstmodplug.cc: Add missing break causing position queries to fail.
Original commit message from CVS:
* gst/modplug/gstmodplug.cc:
Add missing break causing position queries to fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-02-15 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * gst/modplug/gstmodplug.cc: + Add missing break causing position queries to fail. + +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... |