summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-09 18:31:01 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-09 18:31:01 +0000
commit1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8 (patch)
tree1684769cd0a927626f287976e480831c7386c016
parent5e6f9be93b8db5ee2e4f9bbec24d3376da2cd4d5 (diff)
downloadgst-plugins-bad-1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8.tar.gz
gst-plugins-bad-1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8.tar.bz2
gst-plugins-bad-1b4bd4fd3783b362a74f11afe6cd37f43e05bdf8.zip
ext/mad/gstmad.c: Update total_samples after new header, since it will affect our timestamps. Fixes #140237.
Original commit message from CVS: * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain): Update total_samples after new header, since it will affect our timestamps. Fixes #140237.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80dcecaf..736b7231 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
+ Update total_samples after new header, since it will affect our
+ timestamps. Fixes #140237.
+
2005-06-09 Arwed v. Merkatz <v.merkatz@gmx.net>
* gst/matroska/matroska-demux.c: