From 22b55e177503033ebcb98a8e860059e53b92dbb0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 25 Jul 2005 13:53:22 +0000 Subject: make gst_videofilter_setup public make videoflip invoke the base _setup method properly, but only if it's been inited... Original commit message from CVS: make gst_videofilter_setup public make videoflip invoke the base _setup method properly, but only if it's been inited before this handles all cases where properties are set at the start or while running to change the method of flipping --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index d0be57a23..006d8a000 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2005-07-25 Thomas Vander Stichele + + * gst/videofilter/Makefile.am: + * gst/videofilter/gstgamma.c: (gst_gamma_setup): + * gst/videofilter/gstvideobalance.c: (gst_videobalance_setup): + * gst/videofilter/gstvideofilter.c: (gst_videofilter_getcaps), + (gst_videofilter_link), (gst_videofilter_init), + (gst_videofilter_chain), (gst_videofilter_set_property), + (gst_videofilter_get_property), (gst_videofilter_setup), + (plugin_init): + * 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): + make gst_videofilter_setup public + make videoflip invoke the base _setup method properly, + but only if it's been inited before + this handles all cases where properties are set at the start + or while running to change the method of flipping + 2005-07-24 Thomas Vander Stichele * configure.ac: -- cgit v1.2.1