From 4754e4e8ccbdafd14e97b846f343500214060b99 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 16 Oct 2002 19:47:05 +0000 Subject: added functions gst_gconf_get_default_{audio,video}_sink -- this is so the defaults library (gstgconf) can be used by... Original commit message from CVS: added functions gst_gconf_get_default_{audio,video}_sink -- this is so the defaults library (gstgconf) can be used by applications with uninstalled gstreamer (ie, no gconf keys). More specifically, these functions enable the player to work uninstalled, which is a good thing (tm). --- gst-libs/gst/gconf/gconf.h | 3 +++ 1 file changed, 3 insertions(+) (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 a054dc3e..c1ed9d42 100644 --- a/gst-libs/gst/gconf/gconf.h +++ b/gst-libs/gst/gconf/gconf.h @@ -15,6 +15,9 @@ void gst_gconf_set_string (const gchar *key, GstElement * gst_gconf_render_bin_from_key (const gchar *key); GstElement * gst_gconf_render_bin_from_description (const gchar *description); +GstElement * gst_gconf_get_default_video_sink (void); +GstElement * gst_gconf_get_default_audio_sink (void); + /* guint gst_gconf_notify_add (const gchar *key, GConfClientNotifyFunc func, -- cgit v1.2.1