summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-09-09 17:56:43 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-09-09 17:56:43 +0000
commit1436139a8c7077f979bc1aab77e7e3df7ec45a41 (patch)
tree8baa27ce04aeda5d535789fda0302061f835c04a /ChangeLog
parente30601f40007a52d93879efc9143b0d97086a550 (diff)
Move fdsrc back into gstreamer core elements.
Original commit message from CVS: * configure.ac: * gst/fdsrc/Makefile.am: * gst/fdsrc/gstfdsrc.c: * gst/fdsrc/gstfdsrc.h: Move fdsrc back into gstreamer core elements. * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_transform_ip): * gst/videobox/gstvideobox.c: (gst_video_box_set_property): Basetransform changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 474aaaa7..6339bf42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
+
+ * configure.ac:
+ * gst/fdsrc/Makefile.am:
+ * gst/fdsrc/gstfdsrc.c:
+ * gst/fdsrc/gstfdsrc.h:
+ Move fdsrc back into gstreamer core elements.
+
+ * gst/level/gstlevel.c: (gst_level_class_init),
+ (gst_level_transform_ip):
+ * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
+ Basetransform changes.
+
+2005-09-09 Jan Schmidt <thaytan@mad.scientist.com>
+
+ reviewed by: <delete if not using a buddy>
+
+ * configure.ac:
+ * gst/fdsrc/Makefile.am:
+ * gst/fdsrc/gstfdsrc.c:
+ * gst/fdsrc/gstfdsrc.h:
+ * gst/level/gstlevel.c: (gst_level_class_init),
+ (gst_level_transform_ip):
+ * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
+
2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):