summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2005-11-01 15:15:44 +0000
committerEdward Hervey <bilboed@bilboed.com>2005-11-01 15:15:44 +0000
commit53840faa460c8f58bd39e9be6101dc502a054493 (patch)
treead06895b1cab02cdf3472191cba5292e1034d761 /ChangeLog
parentb1b1fe52d611670c7718533d67d164e4ffa3c975 (diff)
gst/wavenc/gstwavenc.c: Added proper event handlind, made downstream newsegment event use GST_FORMAT_BYTES (otherwise...
Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file), (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain): Added proper event handlind, made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's ignored), and don't set a duration of 0 for buffers otherwise they are discarded by GstBaseSink. GstWavEnc needs some serious loving, after going through the code I'm really wondering how this can stay in -good ...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16014944..f411145a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-11-01 Edward Hervey <edward@fluendo.com>
+
+ * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
+ (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
+ Added proper event handlind,
+ made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
+ ignored),
+ and don't set a duration of 0 for buffers otherwise they are discarded
+ by GstBaseSink.
+
+ GstWavEnc needs some serious loving, after going through the code I'm
+ really wondering how this can stay in -good ...
+
2005-11-01 Thomas Vander Stichele <thomas at apestaart dot org>
* check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),