diff options
author | Andy Wingo <wingo@pobox.com> | 2002-10-16 19:47:05 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-10-16 19:47:05 +0000 |
commit | 4754e4e8ccbdafd14e97b846f343500214060b99 (patch) | |
tree | 5425155bcf260f2c0b487d623dc9ce72672b0785 /gst-libs/gst/gconf/gconf.h | |
parent | 676ecc296a65ac490633149dde175661d77caa99 (diff) | |
download | gst-plugins-bad-4754e4e8ccbdafd14e97b846f343500214060b99.tar.gz gst-plugins-bad-4754e4e8ccbdafd14e97b846f343500214060b99.tar.bz2 gst-plugins-bad-4754e4e8ccbdafd14e97b846f343500214060b99.zip |
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).
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, |