diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-02 12:24:52 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-04-02 12:24:52 +0000 |
commit | b33704a49045bdf0fdd2439341f81e01c8d644cc (patch) | |
tree | f234222a9b0b5585ad36841d7dc1aae21a251547 /ChangeLog | |
parent | 6cd784e37b66ed63724b27ce7da96f7393eee0c6 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |