diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-25 13:53:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-25 13:53:22 +0000 |
commit | 22b55e177503033ebcb98a8e860059e53b92dbb0 (patch) | |
tree | 94cc7b3c7c98791653586f0408e1f6ced3b924f3 | |
parent | 1065585fec5252fe184cd5bce192819ed4860b00 (diff) | |
download | gst-plugins-bad-22b55e177503033ebcb98a8e860059e53b92dbb0.tar.gz gst-plugins-bad-22b55e177503033ebcb98a8e860059e53b92dbb0.tar.bz2 gst-plugins-bad-22b55e177503033ebcb98a8e860059e53b92dbb0.zip |
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
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +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_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 <thomas at apestaart dot org> * configure.ac: |