summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-04-02 12:24:52 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-04-02 12:24:52 +0000
commitb33704a49045bdf0fdd2439341f81e01c8d644cc (patch)
treef234222a9b0b5585ad36841d7dc1aae21a251547 /ChangeLog
parent6cd784e37b66ed63724b27ce7da96f7393eee0c6 (diff)
downloadgst-plugins-bad-b33704a49045bdf0fdd2439341f81e01c8d644cc.tar.gz
gst-plugins-bad-b33704a49045bdf0fdd2439341f81e01c8d644cc.tar.bz2
gst-plugins-bad-b33704a49045bdf0fdd2439341f81e01c8d644cc.zip
gst-libs/gst/riff/riff-media.c: Some syntax fixes in tags output.
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data), (gst_riff_create_audio_caps_with_data): Some syntax fixes in tags output. * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps): Add tags for quicktime, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7e6dfd..e0a69d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-04-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
+ * gst-libs/gst/riff/riff-media.c:
+ (gst_riff_create_video_caps_with_data),
+ (gst_riff_create_audio_caps_with_data):
+ Some syntax fixes in tags output.
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
+ (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
+ Add tags for quicktime, too.
+
2005-04-02 Julian Cable <julian.cable@virgin.net>
Reviewed by: Zeeshan Ali <zeenix@gmail.com>