mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
ext/gconf/gconf.h: Remove declaration of function that no longer exists.
Original commit message from CVS: * ext/gconf/gconf.h: Remove declaration of function that no longer exists.
This commit is contained in:
parent
02a1c7994c
commit
02a3d611a8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-07 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/gconf/gconf.h:
|
||||
Remove declaration of function that no longer exists.
|
||||
|
||||
2006-02-07 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* ext/shout2/gstshout2.c: (gst_shout2send_render),
|
||||
|
|
|
@ -39,7 +39,6 @@ void gst_gconf_set_string (const gchar *key,
|
|||
const gchar *value);
|
||||
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue