diff options
Diffstat (limited to 'gst-libs/gst/gconf/gconf.h')
-rw-r--r-- | gst-libs/gst/gconf/gconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |