diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-01 16:50:49 +0000 |
commit | 99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc (patch) | |
tree | a268bd9ce2ed59a695abfa493c37308e6ef0b1a9 /ChangeLog | |
parent | 3bf58dfa1c11135e4fd25cacb52b410f846ac8d1 (diff) | |
download | gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.tar.gz gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.tar.bz2 gst-plugins-bad-99d8cf0d15a412b1e3452a95cc2a5b94a47da2fc.zip |
add taglib checks and docs
Original commit message from CVS:
add taglib checks and docs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,5 +1,34 @@ 2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/dxr3/ac3_padder.h: + fix up doc strings + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-bad-plugins-decl-list.txt: + * docs/plugins/gst-plugins-bad-plugins-decl.txt: + * docs/plugins/gst-plugins-bad-plugins-docs.sgml: + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + * docs/plugins/gst-plugins-bad-plugins-undocumented.txt: + * docs/plugins/inspect/plugin-qtdemux.xml: + * docs/plugins/inspect/plugin-speed.xml: + * docs/plugins/inspect/plugin-taglib.xml: + * docs/plugins/inspect/plugin-tta.xml: + commit updates + * configure.ac: + * ext/taglib/gsttaglib.cc: + * tests/Makefile.am: + * tests/check/.cvsignore: + * tests/check/Makefile.am: + * tests/check/elements/.cvsignore: + * tests/check/elements/tagid3v2mux.c: + (test_taglib_id3mux_create_tags), (test_taglib_id3mux_check_tags), + (fill_mp3_buffer), (got_buffer), (demux_pad_added), + (test_taglib_id3mux_check_output_buffer), + (test_taglib_id3mux_with_tags), (GST_START_TEST), + (tagid3v2mux_suite), (main): + add the tagid3v2mux check from #336110 + +2006-04-01 Thomas Vander Stichele <thomas at apestaart dot org> + * configure.ac: rework like the other configure.ac files * Makefile.am: |