summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/gconf.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-12 09:41:25 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-12 09:41:25 +0000
commite7639958768f4ca9c6c8902a3586983e5beb35f0 (patch)
tree4c34effff09b7364e4351fd9f4562c3cd9d14541 /gst-libs/gst/gconf/gconf.h
parent9b61acff595c6bc688b10c1f49dd69b1ff045cf2 (diff)
downloadgst-plugins-bad-e7639958768f4ca9c6c8902a3586983e5beb35f0.tar.gz
gst-plugins-bad-e7639958768f4ca9c6c8902a3586983e5beb35f0.tar.bz2
gst-plugins-bad-e7639958768f4ca9c6c8902a3586983e5beb35f0.zip
api changes and render/ghost functions
Original commit message from CVS: api changes and render/ghost functions
Diffstat (limited to 'gst-libs/gst/gconf/gconf.h')
-rw-r--r--gst-libs/gst/gconf/gconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gconf/gconf.h b/gst-libs/gst/gconf/gconf.h
index 53678544..a054dc3e 100644
--- a/gst-libs/gst/gconf/gconf.h
+++ b/gst-libs/gst/gconf/gconf.h
@@ -12,8 +12,8 @@ gchar * gst_gconf_get_string (const gchar *key);
void gst_gconf_set_string (const gchar *key,
const gchar *value);
-gboolean gst_gconf_render_bin (const gchar *key,
- GstElement **element);
+GstElement * gst_gconf_render_bin_from_key (const gchar *key);
+GstElement * gst_gconf_render_bin_from_description (const gchar *description);
/*
guint gst_gconf_notify_add (const gchar *key,