Mercurial > pidgin
diff libpurple/media.h @ 26053:c334a9e17426
Wait to create the sinks until the frames are ready.
This should hopefully be the end of the BadWindow errors.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Mon, 19 Jan 2009 10:44:07 +0000 |
parents | 5d9a97a23d6e |
children | ac56e5707a72 |
line wrap: on
line diff
--- a/libpurple/media.h Sat Jan 17 04:36:40 2009 +0000 +++ b/libpurple/media.h Mon Jan 19 10:44:07 2009 +0000 @@ -624,6 +624,10 @@ void purple_media_set_output_volume(PurpleMedia *media, const gchar *session_id, const gchar *participant, double level); +gboolean purple_media_set_output_window(PurpleMedia *media, + const gchar *session_id, const gchar *participant, + gulong window_id); + #ifdef __cplusplus } #endif