From 320e96a27c5328998c8cf712bec9b6a142d92d6d Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Tue, 11 Nov 2008 12:18:23 +0000 Subject: gst/matroska/matroska-mux.c: Fix muxing of Dirac streams if the input already has the format we need, i.e. is the out... Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_dirac_packet): Fix muxing of Dirac streams if the input already has the format we need, i.e. is the output of matroskademux. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 822e77de..0752640b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-11 Sebastian Dröge + + * gst/matroska/matroska-mux.c: + (gst_matroska_mux_handle_dirac_packet): + Fix muxing of Dirac streams if the input already has the format + we need, i.e. is the output of matroskademux. + 2008-11-11 Stefan Kost * gst/avi/gstavimux.c: -- cgit