summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-15 16:25:48 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-02-15 16:25:48 +0000
commitf5827f801dd3f00d40bea77f6ac58f0c7ef645ac (patch)
tree0435b9c33f42680cfb18bc8f24b6a65a08027ad4
parent12d09ef327c8c1cd229512a6064bd0ba7a9694b6 (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2be822de..9f32f4c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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...