diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-18 16:58:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-07-18 16:58:08 +0000 |
commit | 999d064e278be0d52705bfc39563b397d345dc50 (patch) | |
tree | b1bcfce352ea83a0c1b372361c2c71cdd69306c0 | |
parent | 373e846d7c30620a42c1eaf178bd89ddcfaa0662 (diff) | |
download | gst-plugins-bad-999d064e278be0d52705bfc39563b397d345dc50.tar.gz gst-plugins-bad-999d064e278be0d52705bfc39563b397d345dc50.tar.bz2 gst-plugins-bad-999d064e278be0d52705bfc39563b397d345dc50.zip |
make log less verbose
Original commit message from CVS:
make log less verbose
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_handle_src_event), + (gst_matroska_demux_parse_blockgroup): + * gst/matroska/matroska-ids.h: + add BlockReference tag and ignore it to clear out log. + ignore NAVIGATION events to clear out log. + +2004-07-18 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init), (gst_matroska_demux_add_stream): * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init): |