From f6933c8d2f9ea03e7250647a92255be356505625 Mon Sep 17 00:00:00 2001 From: Damien Carbery Date: Thu, 21 Jun 2007 10:48:10 +0000 Subject: ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile match the implementation. Original commit message from CVS: * ext/gconf/gconf.h: Make the prototype of gst_gconf_get_key_for_sink_profile match the implementation. Patch by: Damien Carbery Fixes: #449747 --- ext/gconf/gconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/gconf/gconf.h b/ext/gconf/gconf.h index 4204a29d..b1153e93 100644 --- a/ext/gconf/gconf.h +++ b/ext/gconf/gconf.h @@ -49,7 +49,7 @@ gchar * gst_gconf_get_string (const gchar *key); void gst_gconf_set_string (const gchar *key, const gchar *value); -const gchar * gst_gconf_get_key_for_sink_profile (guint profile); +const gchar * gst_gconf_get_key_for_sink_profile (GstGConfProfile profile); GstElement * gst_gconf_render_bin_from_key (const gchar *key); GstElement * gst_gconf_render_bin_with_default (const gchar *bin, -- cgit