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 | f5827f801dd3f00d40bea77f6ac58f0c7ef645ac (patch) | |
tree | 0435b9c33f42680cfb18bc8f24b6a65a08027ad4 | |
parent | 12d09ef327c8c1cd229512a6064bd0ba7a9694b6 (diff) |
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.
-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... |