summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Moore <dcm@acm.org>2004-05-19 06:23:38 +0000
committerDavid Schleef <ds@schleef.org>2004-05-19 06:23:38 +0000
commite2a7e3ad27d500371525967ed14cf4ceaa460be4 (patch)
tree7ebf5ab77dfb7fe21259196056dc0587a2d25a7f /ChangeLog
parenta36c95cc072c018073cf1ac69a245394fb0933cc (diff)
downloadgst-plugins-bad-e2a7e3ad27d500371525967ed14cf4ceaa460be4.tar.gz
gst-plugins-bad-e2a7e3ad27d500371525967ed14cf4ceaa460be4.tar.bz2
gst-plugins-bad-e2a7e3ad27d500371525967ed14cf4ceaa460be4.zip
gst/qtdemux/qtdemux.c: Patch from dcm@acm.org (David Moore) to allow qtdemux to use non-seekable streams. (bug #142272)
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore) to allow qtdemux to use non-seekable streams. (bug #142272)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d06fe44d..24e306b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-05-18 David Schleef <ds@schleef.org>
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
+ (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
+ to allow qtdemux to use non-seekable streams. (bug #142272)
+
+2004-05-18 David Schleef <ds@schleef.org>
+
* gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
(gst_resample_sinc_ft_float): Remove use of static temporary
buffer. This code was obviously not supposed to last long, but