summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-18 07:51:11 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-18 07:51:11 +0000
commit9c2276190fed0f65fd3a51f66f636ef33cce02ae (patch)
treeca91e76e470dd21cabf934ffffe952a5d2c2026c /ChangeLog
parentd7f9aaebf372c05638fdd66efd6663a7600bce79 (diff)
downloadgst-plugins-bad-9c2276190fed0f65fd3a51f66f636ef33cce02ae.tar.gz
gst-plugins-bad-9c2276190fed0f65fd3a51f66f636ef33cce02ae.tar.bz2
gst-plugins-bad-9c2276190fed0f65fd3a51f66f636ef33cce02ae.zip
gst/multifile/gstmultifilesrc.c: Add example to the docs. Fix buffer-offset-end and add some debug.
Original commit message from CVS: * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): Add example to the docs. Fix buffer-offset-end and add some debug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47216811..8911d241 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-07-18 Stefan Kost <ensonic@users.sf.net>
+ * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
+ Add example to the docs. Fix buffer-offset-end and add some debug.
+
+2007-07-18 Stefan Kost <ensonic@users.sf.net>
+
* ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
(gst_jack_ring_buffer_acquire):
Add stdlib include here too.