From 4f085f90ce34b261ce32636c1c5386b98faacd64 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 1 Jul 2005 17:22:43 +0000 Subject: 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 * 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). --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 99025da0..a93969b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-07-01 Michal Benes + + Reviewed by: Ronald S. Bultje + + * 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 * configure.ac: -- cgit v1.2.1