From de3590f54579f0bd28a26a187c82640a285ff10c Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Tue, 25 Nov 2008 17:47:24 +0000 Subject: gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video codecs as I found some video clips using t... Original commit message from CVS: 2008-11-25 Julien Moutte * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc to supported qtdemux video codecs as I found some video clips using those. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60fe3198..4355bdd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-25 Julien Moutte + + * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc + to supported qtdemux video codecs as I found some video clips using + those. + 2008-11-25 Wim Taymans * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect): -- cgit