diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-05 12:28:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-04-05 12:28:57 +0000 |
commit | 5b6b0d1bbf4183854e577b50567ae46a5a47c442 (patch) | |
tree | 83dbbaaf3819cbe51e3f9ffbf988dc4e4a0b8939 | |
parent | 98eb5a33213a36440eceade7b5b7610c47b9f340 (diff) | |
download | gst-plugins-bad-5b6b0d1bbf4183854e577b50567ae46a5a47c442.tar.gz gst-plugins-bad-5b6b0d1bbf4183854e577b50567ae46a5a47c442.tar.bz2 gst-plugins-bad-5b6b0d1bbf4183854e577b50567ae46a5a47c442.zip |
more debugging, only reset caps when not in error
Original commit message from CVS:
more debugging, only reset caps when not in error
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type), + (gst_mad_mode_get_type), (gst_mad_emphasis_get_type), + (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek), + (normal_seek), (gst_mad_src_event), (gst_mad_handle_event), + (gst_mad_check_caps_reset), (gst_mad_chain): + add more debugging, only reset caps when we're not in error state + +2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/mad/gstmad.c: add debugging category, comment + cleanups 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net> |