summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2006-11-11 00:22:24 +0000
committerDavid Schleef <ds@schleef.org>2006-11-11 00:22:24 +0000
commit70431177ff80bbbc4eb7051d5d35bc4770daeffb (patch)
tree723579db562988eefddad082567651d8527e58ef /ChangeLog
parent4af761a436cf4731a228c6ae11c00ef537b49b4f (diff)
downloadgst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.tar.gz
gst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.tar.bz2
gst-plugins-bad-70431177ff80bbbc4eb7051d5d35bc4770daeffb.zip
A little pluggy to make sense out of the random chunks we get from multifilesrc.
Original commit message from CVS: * configure.ac: * gst/videoparse/Makefile.am: * gst/videoparse/gstvideoparse.c: A little pluggy to make sense out of the random chunks we get from multifilesrc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9789a58..8e40695a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-11-10 David Schleef <ds@schleef.org>
+ * configure.ac:
+ * gst/videoparse/Makefile.am:
+ * gst/videoparse/gstvideoparse.c:
+ A little pluggy to make sense out of the random chunks we get
+ from multifilesrc.
+
+2006-11-10 David Schleef <ds@schleef.org>
+
* gst/multifile/Makefile.am:
Let's not depend on a file that doesn't exist.