From 5f22a7605a65426877ea1b586c4e877e9d025d66 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Mon, 6 Oct 2003 10:29:27 +0000 Subject: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay --- gst-libs/gst/play/play.old.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gst-libs/gst/play/play.old.h') diff --git a/gst-libs/gst/play/play.old.h b/gst-libs/gst/play/play.old.h index 3d6b1998..1eabd3fd 100644 --- a/gst-libs/gst/play/play.old.h +++ b/gst-libs/gst/play/play.old.h @@ -112,7 +112,7 @@ struct _GstPlay GstElement *video_sink_element; GstElement *audio_sink; GstElement *audio_sink_element; - GstElement *visualisation_sink_element; + GstElement *visualization_sink_element; GstDParamManager *vol_dpman; GstDParam *vol_dparam; @@ -199,14 +199,14 @@ gboolean gst_play_get_mute (GstPlay * play); gboolean gst_play_set_data_src (GstPlay * play, GstElement * data_src); gboolean gst_play_set_video_sink (GstPlay * play, GstElement * video_sink); gboolean -gst_play_set_visualisation_video_sink (GstPlay * play, +gst_play_set_visualization_video_sink (GstPlay * play, GstElement * video_sink); gboolean gst_play_set_audio_sink (GstPlay * play, GstElement * audio_sink); gboolean -gst_play_set_visualisation_element (GstPlay * play, GstElement * element); +gst_play_set_visualization_element (GstPlay * play, GstElement * element); -gboolean gst_play_connect_visualisation (GstPlay * play, gboolean connect); +gboolean gst_play_connect_visualization (GstPlay * play, gboolean connect); GType gst_play_get_type (void); -- cgit v1.2.1