Skip to content

Commit

Permalink
Remove assertion to allow unknown roles
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 16, 2015
1 parent 67133aa commit a1ad93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gstswitchcontroller.c
Expand Up @@ -582,7 +582,7 @@ gst_switch_controller_call_client (GstSwitchController * controller,
g_variant_unref (value);
return NULL;
}
g_assert (value != NULL);
// g_assert (value != NULL);

return value;
}
Expand Down

0 comments on commit a1ad93e

Please sign in to comment.