summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-02-24 17:34:48 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-02-24 17:34:48 +0000
commite770cb6193e77b17e5b871054140aaf8f8dc7ac7 (patch)
tree18f9f37101fa065ca0ebf5d98dbbded71866a1ad
parent38103acc998052b0203a23befc7831c3ff1d856b (diff)
downloadgst-plugins-bad-e770cb6193e77b17e5b871054140aaf8f8dc7ac7.tar.gz
gst-plugins-bad-e770cb6193e77b17e5b871054140aaf8f8dc7ac7.tar.bz2
gst-plugins-bad-e770cb6193e77b17e5b871054140aaf8f8dc7ac7.zip
don't signal bitrate for < 1
Original commit message from CVS: don't signal bitrate for < 1
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40627aea..3ac258b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
+ only signal tags for bitrate if they're > 0 (#134894)
+
2004-02-24 David Schleef <ds@schleef.org>
* gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),