diff options
Diffstat (limited to 'gst-libs/gst/gconf/gconf.h')
-rw-r--r-- | gst-libs/gst/gconf/gconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/gconf/gconf.h b/gst-libs/gst/gconf/gconf.h index c1ed9d42..4444b5fe 100644 --- a/gst-libs/gst/gconf/gconf.h +++ b/gst-libs/gst/gconf/gconf.h @@ -17,6 +17,8 @@ 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); +GstElement * gst_gconf_get_default_video_src (void); +GstElement * gst_gconf_get_default_audio_src (void); /* guint gst_gconf_notify_add (const gchar *key, |