summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/gconf.h
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-03-29 19:48:38 +0000
committerJulien Moutte <julien@moutte.net>2003-03-29 19:48:38 +0000
commit620e0f274df8bf7a4da64f7ef1421265df816b10 (patch)
tree8181619a2210e0c4ab33cc35db86cd8a41c67182 /gst-libs/gst/gconf/gconf.h
parentc7850cd0aec6186f1ad6de82eee28d2bbba37d11 (diff)
downloadgst-plugins-bad-620e0f274df8bf7a4da64f7ef1421265df816b10.tar.gz
gst-plugins-bad-620e0f274df8bf7a4da64f7ef1421265df816b10.tar.bz2
gst-plugins-bad-620e0f274df8bf7a4da64f7ef1421265df816b10.zip
Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation"
Original commit message from CVS: Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation" Enjoyed that commit to document those functions and remove commented functions
Diffstat (limited to 'gst-libs/gst/gconf/gconf.h')
-rw-r--r--gst-libs/gst/gconf/gconf.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gst-libs/gst/gconf/gconf.h b/gst-libs/gst/gconf/gconf.h
index 4444b5fe..3cfea229 100644
--- a/gst-libs/gst/gconf/gconf.h
+++ b/gst-libs/gst/gconf/gconf.h
@@ -19,10 +19,6 @@ GstElement * gst_gconf_get_default_video_sink (void);
GstElement * gst_gconf_get_default_audio_sink (void);
GstElement * gst_gconf_get_default_video_src (void);
GstElement * gst_gconf_get_default_audio_src (void);
+GstElement * gst_gconf_get_default_visualisation_element (void);
-/*
-guint gst_gconf_notify_add (const gchar *key,
- GConfClientNotifyFunc func,
- gpointer user_data);
-*/
#endif /* GST_GCONF_H */