Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commandline switch to client and server to set dbus timeout #138

Merged
merged 1 commit into from Jan 15, 2015
Merged

Add commandline switch to client and server to set dbus timeout #138

merged 1 commit into from Jan 15, 2015

Conversation

deeprave
Copy link

For profiling and memleak checking, where the default 5s is too low due to the side-effect of the instrumentation.

For profiling and memleak checking, where the default 5s is too low.
@@ -282,8 +284,7 @@ gst_switch_ui_init (GstSwitchUI * ui)
GTK_POLICY_NEVER, GTK_POLICY_AUTOMATIC);
gtk_widget_set_size_request (scrollwin, 130, -1);
gtk_widget_set_vexpand (scrollwin, TRUE);
gtk_container_add (GTK_CONTAINER (scrollwin),
ui->preview_box);
gtk_container_add (GTK_CONTAINER (scrollwin), ui->preview_box);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, whitespace changes due to indent side-effects. Even more in last file below.

mithro added a commit that referenced this pull request Jan 15, 2015
Add commandline switch to client and server to set dbus timeout
@mithro mithro merged commit e64917d into timvideos:master Jan 15, 2015
@mithro mithro added this to the At TimVideos Sprints & LCA milestone Jan 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants