From 620e0f274df8bf7a4da64f7ef1421265df816b10 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Sat, 29 Mar 2003 19:48:38 +0000 Subject: 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 --- gst-libs/gst/gconf/gconf.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gst-libs/gst/gconf/gconf.h') 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 */ -- cgit v1.2.1