summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-07-25 14:06:15 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-07-25 14:06:15 +0000
commit9b8654dd8bfda428b71c023c8a5575436ed2a4ef (patch)
treebfbccdeaf89eaf03698ed9e6ff7929da691e8317
parent61e8223f352cd5e5e58dc4618d3dfccd4f3412ad (diff)
downloadgst-plugins-bad-9b8654dd8bfda428b71c023c8a5575436ed2a4ef.tar.gz
gst-plugins-bad-9b8654dd8bfda428b71c023c8a5575436ed2a4ef.tar.bz2
gst-plugins-bad-9b8654dd8bfda428b71c023c8a5575436ed2a4ef.zip
forward port from 0.9 and enable videoflip now that it works
Original commit message from CVS: forward port from 0.9 and enable videoflip now that it works
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0ccc5a2..6c9debb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-07-25 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst/videofilter/Makefile.am:
+ * gst/videofilter/gstgamma.c: (gst_gamma_setup):
+ * gst/videofilter/gstvideobalance.c: (gst_videobalance_setup):
+ * gst/videofilter/gstvideofilter.c: (gst_videofilter_class_init),
+ (gst_videofilter_getcaps), (gst_videofilter_setcaps),
+ (gst_videofilter_init), (gst_videofilter_chain),
+ (gst_videofilter_set_property), (gst_videofilter_get_property),
+ (gst_videofilter_setup), (gst_videofilter_class_add_pad_templates):
+ * gst/videofilter/gstvideofilter.h:
+ * gst/videofilter/gstvideoflip.c: (gst_videoflip_init),
+ (gst_videoflip_set_property), (gst_videoflip_get_property),
+ (plugin_init), (gst_videoflip_setup), (gst_videoflip_planar411):
+ forward port from 0.9 and enable videoflip now that it works
+
2005-07-23 Edward Hervey <edward@fluendo.com>
* configure.ac: