summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/play/play.old.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-10-06 10:29:27 +0000
committerJulien Moutte <julien@moutte.net>2003-10-06 10:29:27 +0000
commit5f22a7605a65426877ea1b586c4e877e9d025d66 (patch)
treec82fa3e3c272847ec84f778d7931ad7312b9fefb /gst-libs/gst/play/play.old.h
parent554690f45ac97a83cafd50fff23c36a6f33d9645 (diff)
downloadgst-plugins-bad-5f22a7605a65426877ea1b586c4e877e9d025d66.tar.gz
gst-plugins-bad-5f22a7605a65426877ea1b586c4e877e9d025d66.tar.bz2
gst-plugins-bad-5f22a7605a65426877ea1b586c4e877e9d025d66.zip
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
Diffstat (limited to 'gst-libs/gst/play/play.old.h')
-rw-r--r--gst-libs/gst/play/play.old.h8
1 files changed, 4 insertions, 4 deletions
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);