more debugging, only reset caps when not in error
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Apr 2004 12:28:57 +0000 (12:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 5 Apr 2004 12:28:57 +0000 (12:28 +0000)
Original commit message from CVS:
more debugging, only reset caps when not in error

ChangeLog

index 12342c1..c20bb50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>