From a2104e099424d9f00ad7f0df0671ae820e499d0f Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 29 Feb 2008 06:18:55 +0000 Subject: gst/matroska/: Fix Dirac mapping. I had previously added a VfW-type mapping, but it looks like Dirac will get a nati... Original commit message from CVS: * gst/matroska/matroska-demux.c: * gst/matroska/matroska-ids.h: * gst/matroska/matroska-mux.c: Fix Dirac mapping. I had previously added a VfW-type mapping, but it looks like Dirac will get a native Matroska mapping, and this is the most likely method. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0fd520cd..d779be21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-02-28 David Schleef + + * gst/matroska/matroska-demux.c: + * gst/matroska/matroska-ids.h: + * gst/matroska/matroska-mux.c: + Fix Dirac mapping. I had previously added a VfW-type + mapping, but it looks like Dirac will get a native Matroska + mapping, and this is the most likely method. + 2008-02-28 David Schleef * gst/avi/gstavimux.c: Add Dirac encoding -- cgit