summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Simon <jsimon13@yahoo.fr>2004-02-02 22:37:33 +0000
committerJeremy Simon <jsimon13@yahoo.fr>2004-02-02 22:37:33 +0000
commit15a6dde163f2807a5d712732b18a53a5e59039ed (patch)
treeddc1fb30880910b3968fe078a58a0f0090d47c93
parentca831f952a17f56351160a0914ae76aa72265583 (diff)
ext/ffmpeg/gstffmpegcodecmap.c: Fix SVQ3 caps flag properties
Original commit message from CVS: 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr> * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_extradata): Fix SVQ3 caps flag properties Use glib macro for bytes swap
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3390dd75..3871ac6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
+ * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
+ (gst_ffmpeg_caps_to_extradata):
+ Fix SVQ3 caps flag properties
+ Use glib macro for bytes swap
+
2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):