mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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 <damien dot carbery at sun dot com> Fixes: #449747
This commit is contained in:
parent
942c5ef6ce
commit
f6933c8d2f
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2007-06-21 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/gconf/gconf.h:
|
||||
Make the prototype of gst_gconf_get_key_for_sink_profile
|
||||
match the implementation.
|
||||
Patch by: Damien Carbery <damien dot carbery at sun dot com>
|
||||
Fixes: #449747
|
||||
|
||||
2007-06-20 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/rtp/gstrtpdepay.c:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6cb0000a5a30d4fc580a06489106a637fca024c4
|
||||
Subproject commit 14c5a68981278f642e4ca5fd5ca08554fc78b348
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue