summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-01 17:22:43 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-07-01 17:22:43 +0000
commit4f085f90ce34b261ce32636c1c5386b98faacd64 (patch)
treecfb27238c9b3e779f85b2da421540583523bb3b1
parentb7f1303b234dba97ebbd5a80962bacb55e2df6eb (diff)
downloadgst-plugins-bad-4f085f90ce34b261ce32636c1c5386b98faacd64.tar.gz
gst-plugins-bad-4f085f90ce34b261ce32636c1c5386b98faacd64.tar.bz2
gst-plugins-bad-4f085f90ce34b261ce32636c1c5386b98faacd64.zip
gst/matroska/matroska-mux.c: Do not check for number, since it can be called before negotiation took place and thus n...
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/matroska/matroska-mux.c: (gst_matroska_mux_prepare_data): Do not check for number, since it can be called before negotiation took place and thus not be set, which makes the muxer fail on startup (#308633).
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99025da0..a93969b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-01 Michal Benes <michal.benes@xeris.cz>
+
+ Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst/matroska/matroska-mux.c: (gst_matroska_mux_prepare_data):
+ Do not check for number, since it can be called before negotiation
+ took place and thus not be set, which makes the muxer fail on
+ startup (#308633).
+
2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* configure.ac: