/pidgin/main: e382df8b8ab4: media: switch source bin fakesink to...
Jakub Adam <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: e382df8b8ab4d0d2f6b18184bfaa2df0f6ab992e Author: Jakub Adam <[email protected]> Date: 2016-04-15 11:49 +0200 Branch: default URL: https://hg.pidgin.im/pidgin/main/rev/e382df8b8ab4 Description: media: switch source bin fakesink to PAUSED synchronously Connecting the source bin to the rest if the pipeline while it's still in the process of transition to PLAYING can block the pipeline. diffstat: libpurple/mediamanager.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11 lines): diff --git a/libpurple/mediamanager.c b/libpurple/mediamanager.c --- a/libpurple/mediamanager.c +++ b/libpurple/mediamanager.c @@ -1128,6 +1128,7 @@ purple_media_manager_get_element(PurpleM */ fakesink = gst_element_factory_make("fakesink", NULL); g_object_set(fakesink, + "async", FALSE, "sync", FALSE, "enable-last-sample", FALSE, NULL); _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits